Is there any way in a batch script to take a shared network path on my computer and get the absolute path to that directory?
Example: I'm running a batch file on TESTBOX. I know the "stuff" folder on TESTBOX is shared on the network. Can I get the absolute path to "stuff"? If "stuff" were in C:\stuff then I want this:
Command = GETPATH \\TESTBOX\stuff
Result = C:\stuff