rdpwrap/bin/helper/autoupdate__disable_autorun_on_startup.bat
2020-09-06 09:05:20 +00:00

9 lines
197 B
Batchfile

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