From 35748698154308ac8638aeaaec60efa086c9484c Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 12 Oct 2024 21:53:50 -0700 Subject: [PATCH] Update Enable GamesDows v2.bat --- Enable GamesDows v2.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Enable GamesDows v2.bat b/Enable GamesDows v2.bat index 810fd7f..faa2db9 100644 --- a/Enable GamesDows v2.bat +++ b/Enable GamesDows v2.bat @@ -46,10 +46,10 @@ echo Creating RunBatchSilently.vbs script :: Create VBScript to run the batch file silently ( - echo Set WshShell = CreateObject^("WScript.Shell"^) - echo WshShell.Run chr^(34^)^&"!SCRIPT_PATH!"^&chr^(34^), 0, True + echo Set WshShell = CreateObject("WScript.Shell") + echo WshShell.Run chr(34) & "%SCRIPT_PATH%" & chr(34), 0, True echo Set WshShell = Nothing -) > "!VBS_PATH!" +) > "%VBS_PATH%" if %errorlevel% neq 0 ( echo Error creating RunBatchSilently.vbs pause