Skip to content

Commit

Permalink
Merge pull request #3 from rollopack/MOD
Browse files Browse the repository at this point in the history
Update install.bat
  • Loading branch information
sebaxakerhtc authored May 12, 2022
2 parents c7cb53a + 477f874 commit 98ffa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if not exist "%~dp0RDPWInst.exe" goto :error
"%~dp0RDPWInst" -i -o
xcopy "%~dp0*" "C:\Program Files\RDP Wrapper\" /s /I /y
ping -n 3 localhost > nul
SCHTASKS /CREATE /SC ONSTART /DELAY 0002:00 /TN "RDPWUpdater" /TR "C:\Program Files\RDP Wrapper\RDPWInst.exe -w" /RL HIGHEST /RU SYSTEM /NP
SCHTASKS /CREATE /SC ONSTART /DELAY 0002:00 /TN "RDPWUpdater" /TR "'C:\Program Files\RDP Wrapper\RDPWInst.exe' -w" /RL HIGHEST /RU SYSTEM /NP
cmd.exe /C start "" "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
exit
:error
Expand Down

0 comments on commit 98ffa24

Please sign in to comment.