A Lister that can open a directory

I have a Toolbar on 2 different computers. They use this to open a directory.
go T:\dbf\image
go \bob\T\dbf\image

Is there a way to create a single ToolBar that can be used on either of the computes. Might be something like an if statement. If I could do this it would eliminate the need to develop 2 rather complex ToolBars, one for the parent computer and the other for the networked computer..
Bob

Something like...

@ifexists:T:\dbf\image Go T:\dbf\image @ifexists:else Go \\bob\T\dbf\image
Regards, AB

I was very certain that this could be done on a computer. When I was clueless as to how to even start. Thank you for creating a major solution for my opus set up.
Bob

You could also use an alias "image", I guess? You'd set the alias to "T:\dbf\image" on one computer and "\bob\t\dbf" on the other.
Your button code is more straight then and should work on any machine, as long as the alias-path has been adjusted.

Go /image

I guess you try to open a special directory, located on a special computer from any computer you use currently. In this case simply using the UNC path "\bob\t\dbf" everywhere, should work as well, even if that directory is local. I don't use shares tied to letters at all anymore.