From 477f87414ff1d433d6c9ba2ce28f1888a1e1d07b Mon Sep 17 00:00:00 2001 From: Gabriel Rolland Date: Tue, 3 May 2022 10:07:10 +0200 Subject: [PATCH] Update install.bat Fix for wrong path bug --- bin/install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.bat b/bin/install.bat index 7489a40c..db5252f8 100644 --- a/bin/install.bat +++ b/bin/install.bat @@ -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