I need to get last argument passed to windows batch script, how can I do that?
Thank you for help
feedback
|
|
The easiest and perhaps most reliable way would be to just use Since this destroys the use of
| |||
|
feedback
|
|
This will get the count of arguments:
To get the actual last argument, you can do
Note that this will fail if the command line has unbalanced quotes - the command line is re-parsed by | |||||
feedback
|