Does it:
1. Determine the OS and launch the command, assuming that it exists in a PATH directory?
2. Determine the OS and launch the full path to the command based on the known location?
3. Use an environment variable? (I believe that I have ruled this one out, but thought I would mention it anyhoo)
4. Black magic!?!

I am asking, because I would very much like to use 4NT as the command processor for a couple of VSS-related tools that I have defined. The rub is that the Microsoft command processor does not support UNC paths as current directories.
I could write a batch file or Perl script that accepts $FileDir as an argument and changes the directory within the context of the script. I could even map the UNC paths to network drives ... but that does not answer my question, does it?
Thanks!
-Chris