mirror of
https://github.com/jazir555/GamesDows.git
synced 2025-06-06 23:57:25 +02:00
Update Enable GamesDows v2.bat
This commit is contained in:
parent
dbf70ac5cc
commit
3574869815
@ -46,10 +46,10 @@ echo Creating RunBatchSilently.vbs script
|
|||||||
|
|
||||||
:: Create VBScript to run the batch file silently
|
:: Create VBScript to run the batch file silently
|
||||||
(
|
(
|
||||||
echo Set WshShell = CreateObject^("WScript.Shell"^)
|
echo Set WshShell = CreateObject("WScript.Shell")
|
||||||
echo WshShell.Run chr^(34^)^&"!SCRIPT_PATH!"^&chr^(34^), 0, True
|
echo WshShell.Run chr(34) & "%SCRIPT_PATH%" & chr(34), 0, True
|
||||||
echo Set WshShell = Nothing
|
echo Set WshShell = Nothing
|
||||||
) > "!VBS_PATH!"
|
) > "%VBS_PATH%"
|
||||||
if %errorlevel% neq 0 (
|
if %errorlevel% neq 0 (
|
||||||
echo Error creating RunBatchSilently.vbs
|
echo Error creating RunBatchSilently.vbs
|
||||||
pause
|
pause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user