mirror of https://github.com/stascorp/rdpwrap
parent
f8f6012273
commit
73fba4e6a4
@ -1,9 +1,9 @@
|
|||||||
@echo off
|
@echo off
|
||||||
if exist "%~dp0autoupdate.bat" (
|
if exist "%~dp0autoupdate.bat" (
|
||||||
call "%~dp0autoupdate.bat" -taskadd
|
call "%~dp0autoupdate.bat" -taskremove
|
||||||
) else (
|
) else (
|
||||||
if exist "%~dp0..\autoupdate.bat" (
|
if exist "%~dp0..\autoupdate.bat" (
|
||||||
call "%~dp0..\autoupdate.bat" -taskadd
|
call "%~dp0..\autoupdate.bat" -taskremove
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
pause
|
pause
|
||||||
Loading…
Reference in new issue