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

9 lines
191 B
Batchfile

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