diff --git a/MakeInstall.bat b/MakeInstall.bat index d49cc33..c05609f 100644 --- a/MakeInstall.bat +++ b/MakeInstall.bat @@ -194,7 +194,9 @@ exit /b :runscript REM Python found cls -if "%*"=="" ( +set "args=%*" +set "args=!args:"=!" +if "!args!"=="" ( python "!thisDir!!script_name!" ) else ( python "!thisDir!!script_name!" %*