diff --git a/bin/helper/autoupdate__disable_autorun_on_startup.bat b/bin/helper/autoupdate__disable_autorun_on_startup.bat index b18d7f7..528cd2a 100644 --- a/bin/helper/autoupdate__disable_autorun_on_startup.bat +++ b/bin/helper/autoupdate__disable_autorun_on_startup.bat @@ -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 \ No newline at end of file +pause