From c1125b337618b0cd568e0084c4fd1530be91660f Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:03:08 -0700 Subject: [PATCH] Update Enable GamesDows Playnite.bat --- Enable GamesDows Playnite.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/Enable GamesDows Playnite.bat b/Enable GamesDows Playnite.bat index ad6a2c7..42f52b2 100644 --- a/Enable GamesDows Playnite.bat +++ b/Enable GamesDows Playnite.bat @@ -39,7 +39,6 @@ echo %VBS_PATH% echo Creating RunBatchSilently.vbs script rem Create VBScript to run the batch file silently -@echo off echo Set WshShell = CreateObject("WScript.Shell") > "%VBS_PATH%" echo WshShell.Run chr(34)^&"%SCRIPT_PATH%"^&chr(34), 0, True >> "%VBS_PATH%" echo Set WshShell = Nothing >> "%VBS_PATH%"