mirror of
https://github.com/jazir555/GamesDows.git
synced 2025-06-06 23:57:25 +02:00
Update Enable GamesDows.bat
This commit is contained in:
parent
5c20217813
commit
d952788a6c
@ -1,6 +1,17 @@
|
|||||||
@echo off
|
@echo off
|
||||||
SETLOCAL EnableExtensions
|
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 Setting Steam Big Picture as default shell
|
||||||
|
|
||||||
echo Set Steam Big Picture as the default shell
|
echo Set Steam Big Picture as the default shell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user