More formatting updates

This commit is contained in:
CorpNewt
2025-03-06 11:59:09 -06:00
committed by GitHub
parent 993f1e887e
commit 4da6a7ad5c
+8 -3
View File
@@ -46,7 +46,7 @@ if "!syspath!" == "" (
if "!syspath!" == "" (
cls
echo ### ###
echo # Warning #
echo # Missing Required Files #
echo ### ###
echo.
echo Could not locate cmd.exe, reg.exe, or where.exe
@@ -81,6 +81,11 @@ if "!script_name!" == "" (
)
)
if not exist "!thisDir!\!script_name!" (
cls
echo ### ###
echo # Target Not Found #
echo ### ###
echo.
echo Could not find !looking_for!.
echo Please make sure to run this script from the same directory
echo as !looking_for!.
@@ -119,7 +124,7 @@ if !tried! lss 1 (
) else (
cls
echo ### ###
echo # Warning #
echo # Python Not Found #
echo ### ###
echo.
REM Couldn't install for whatever reason - give the error message
@@ -226,7 +231,7 @@ REM This will attempt to download and install python
set /a tried=!tried!+1
cls
echo ### ###
echo # Installing Python #
echo # Downloading Python #
echo ### ###
echo.
set "release=!user_provided!"