Update Enable GamesDows Steam V3.bat

This commit is contained in:
jazir5
2025-10-18 02:02:31 -07:00
committed by GitHub
parent 489f61b54c
commit 40626036cd

View File

@@ -73,7 +73,7 @@ echo WshShell.Run chr(34)^&"%SCRIPT_PATH%"^&chr(34), 0, True >> "%VBS_PATH%"
echo Set WshShell = Nothing >> "%VBS_PATH%"
echo Create XML file for the scheduled task
SET XML_PATH=%STEAM_FOLDER%\DelayedExplorerStartTask.xml
SET "XML_PATH=%STEAM_FOLDER%\DelayedExplorerStartTask.xml"
echo Delete the existing XML file if it exists
IF EXIST "%XML_PATH%" DEL "%XML_PATH%"