Batch file

ravana

Platinum Member
Jul 18, 2002
2,149
1
76
So I wrote this batch file and right now it works with upto 10 arguments.

Beyond that everything is ignored.

I cannot use %0 as I do not need %1 and using SHIFT eliminates %0

Ideally I would like to concatenate arguments 2-X into %2 and have to pass forward to the next script only one argument.

Anyone ever done this?