From 143f73f5c28c960e5d1aea090bb3ff1cc7736041 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Fri, 28 Jun 2024 22:02:15 -0700 Subject: [PATCH] Update Enable GamesDows.bat --- Enable GamesDows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enable GamesDows.bat b/Enable GamesDows.bat index 23efd2d..2f976d2 100644 --- a/Enable GamesDows.bat +++ b/Enable GamesDows.bat @@ -49,7 +49,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=%SCRIPT_PATH%\DelayedExplorerStartTask.xml +SET XML_PATH="%SCRIPT_PATH%\DelayedExplorerStartTask.xml" echo Delete the existing XML file if it exists IF EXIST "%XML_PATH%" DEL "%XML_PATH%"