sagiegurari / shell2batch

Coverts simple basic shell scripts to windows batch scripts.
Apache License 2.0
57 stars 7 forks source link

Input parameters are not converted properly #3

Closed mchesser closed 5 years ago

mchesser commented 5 years ago

Batch input parameters have a different syntax to batch variables (e.g. %n instead of '%var%'). (See variable substitution section here: https://en.wikibooks.org/wiki/Windows_Batch_Scripting).

sagiegurari commented 5 years ago

@mchesser released. thanks a lot!!!