From 40626036cd6bc8cd78ff658ac6e10edf6bc1b75a Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 18 Oct 2025 02:02:31 -0700 Subject: [PATCH] Update Enable GamesDows Steam V3.bat --- Enable GamesDows Steam V3.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enable GamesDows Steam V3.bat b/Enable GamesDows Steam V3.bat index 714370d..cd9956d 100644 --- a/Enable GamesDows Steam V3.bat +++ b/Enable GamesDows Steam V3.bat @@ -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%"