Published in: Other
URL: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true
In a Windows batch file, this line will call the script "foo.pl" assuming that "FOO.pl" is located in any of the directories specified in the PATH environment variable.
All arguments given to the .bat file, will be passed to FOO.pl.
%~dp$PATH:1FOO.pl %*
You need to login to post a comment.
