If an environment variable contains a directory name ending with
a '\', COMMAND.COM will not accept to chdir to this directory.
ex: set dir=c:\mydir\ ==>
Error message: 'Invalid directory'
The trick (to avoid removing the trailing '\') is to add a '.'
|
|
|
|
|
Recommanded by Microsoft in book "Distributing Microsoft Office 2000" | |
Featured in Lockergnome e-Zine |