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.