rdpwrap/bin/helper/autoupdate__enable_autorun_...

9 lines
191 B
Batchfile
Raw Normal View History

2020-09-06 11:05:20 +02:00
@echo off
if exist "%~dp0autoupdate.bat" (
call "%~dp0autoupdate.bat" -taskadd
) else (
if exist "%~dp0..\autoupdate.bat" (
call "%~dp0..\autoupdate.bat" -taskadd
)
)
pause