If I run a Windows batch file in the following way:
myscript.bat -b test -c 789
or in the following way:
myscript.bat -c 789 -b test
What is the best way to reliably get the value of c?
If I run a Windows batch file in the following way:
myscript.bat -b test -c 789
or in the following way:
myscript.bat -c 789 -b test
What is the best way to reliably get the value of c?