No one should learn anything more than once
Aug 27, 2011
Batch file that forward arguments
You can use %* for all arguments.
Or refer to %1 %2 ... %9 for the first 9 arguments.
‹
›
Home
View web version