Update Enable GamesDows.bat

This commit is contained in:
jazir5 2024-06-29 00:35:31 -07:00 committed by GitHub
parent 5c20217813
commit d952788a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,17 @@
@echo off
SETLOCAL EnableExtensions
echo Create the script folder if it doesn't exist
SET "SCRIPT_FOLDER=C:\GamesDows"
if not exist "%SCRIPT_FOLDER%" (
mkdir "%SCRIPT_FOLDER%"
if %errorlevel% neq 0 (
echo Failed to create script folder: %SCRIPT_FOLDER%
pause
exit /b 1
)
)
echo Setting Steam Big Picture as default shell
echo Set Steam Big Picture as the default shell