From 73fba4e6a40601f5ca48e174e5c6a1a5aa173aac Mon Sep 17 00:00:00 2001 From: asmtron <49522124+asmtron@users.noreply.github.com> Date: Mon, 12 Aug 2019 01:53:16 +0000 Subject: [PATCH] Update autoupdate__disable_autorun_on_startup.bat --- bin/helper/autoupdate__disable_autorun_on_startup.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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