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 %*

Comments

Popular posts from this blog

Left Join in Entity Framework

JavaScript Spread Operator

Razor Pages AJAX