mirror of
https://github.com/jazir555/GamesDows.git
synced 2025-06-06 15:47:22 +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
|
||||
(
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user