Update autoupdate__disable_autorun_on_startup.bat

pull/859/head
asmtron 6 years ago committed by GitHub
parent f8f6012273
commit 73fba4e6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,9 @@
@echo off
if exist "%~dp0autoupdate.bat" (
call "%~dp0autoupdate.bat" -taskadd
call "%~dp0autoupdate.bat" -taskremove
) else (
if exist "%~dp0..\autoupdate.bat" (
call "%~dp0..\autoupdate.bat" -taskadd
call "%~dp0..\autoupdate.bat" -taskremove
)
)
pause
pause

Loading…
Cancel
Save