We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c80a0d commit edf3af8Copy full SHA for edf3af8
bin/install.bat
@@ -3,7 +3,7 @@ if not exist "%~dp0RDPWInst.exe" goto :error
3
"%~dp0RDPWInst" -i -o
4
xcopy "%~dp0*" "C:\Program Files\RDP Wrapper\" /s /I /y
5
ping -n 3 localhost > nul
6
-SCHTASKS /CREATE /SC ONSTART /TN "RDPWUpdater" /TR "C:\Program Files\RDP Wrapper\update.bat" /RL HIGHEST /RU SYSTEM /NP
+SCHTASKS /CREATE /SC ONSTART /TN "RDPWUpdater" /TR "C:\Program Files\RDP Wrapper\RDPWInst.exe -w" /RL HIGHEST /RU SYSTEM /NP
7
cmd.exe /C start "" "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
8
exit
9
:error
0 commit comments