I'd like to find a Windows batch counterpart to Bash's $@ that holds a list of all arguments passed into a script.
Or I have to bother with shift?
|
|
|
dancavallaro has it right,
More info examples at http://www.ss64.com/nt/syntax-args.html and http://www.robvanderwoude.com/parameters.html |
|||||||||||||||
|
|
Each line fails, as cmd.exe try to execute one of the ampersands (the content of %1 is
But there exists a workaround with a temporary file
The trick is to enable The extra characters The FOR /F should be work with delayed expansion off, else contents with "!" would be destroyed. And to use Edit: One remark to %0
Output
|
|||||||
|
|
I found that next time when you need to look up these information. Instead of opening a browser and google it, you could just type
|
||||
|
|
|
You can use EDIT: Apparently there is :) |
|||
|
|
|
The way to retrieve all the args to a script is here:
|
|||
|
|