Update ProperTree.bat

This commit is contained in:
CorpNewt
2024-02-07 15:28:54 -06:00
committed by GitHub
parent f705408575
commit 6644b2848a
+5 -5
View File
@@ -28,6 +28,11 @@ set "just_installing=FALSE"
REM Get the system32 (or equivalent) path
call :getsyspath "syspath"
if "%~1" == "--install-python" (
set "just_installing=TRUE"
goto installpy
)
REM Make sure the syspath exists
if "!syspath!" == "" (
if exist "%SYSTEMROOT%\system32\cmd.exe" (
@@ -58,11 +63,6 @@ if "!syspath!" == "" (
)
)
if "%~1" == "--install-python" (
set "just_installing=TRUE"
goto installpy
)
goto checkscript
:checkscript