Batch file pass all parameters
If you're calling one batch file from another, and want to pass *all* of the parameters into the second one, you can use the following syntax:
call second.bat %*
If you're calling one batch file from another, and want to pass *all* of the parameters into the second one, you can use the following syntax:
call second.bat %*