Fix for args encased in quotes

This commit is contained in:
CorpNewt
2019-06-14 11:28:39 -05:00
committed by GitHub
parent 5bfe705971
commit e06f81be9c
+3 -1
View File
@@ -168,7 +168,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!" %*