mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-22 06:13:46 -07:00
Update autoupdate__disable_autorun_on_startup.bat
This commit is contained in:
parent
f8f6012273
commit
73fba4e6a4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue