V
Vivek Srivastav
How can I pass multiple long file names to batch files:
test.bat "C:\Program Files\test" "c:\Program Files\Another Dir"
I want the following result in the batch file
echo %1 should give me: C:\Program Files\test
echo %2 should give me: C:\Program Files\Another Dir
Is there some way this can be done?
thanks
vivek
test.bat "C:\Program Files\test" "c:\Program Files\Another Dir"
I want the following result in the batch file
echo %1 should give me: C:\Program Files\test
echo %2 should give me: C:\Program Files\Another Dir
Is there some way this can be done?
thanks
vivek