We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2093a8d commit f94a112Copy full SHA for f94a112
install-server.bat
@@ -5,10 +5,10 @@ set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
5
:: msbuild server/RDSFactor.sln /property:Configuration=release
6
7
:: Unblock the downloaded file, otherwise stupid output from InstallUtil
8
-powershell -Command {Unblock-File -Path server\bin\Release\RDSFactor.exe}
+powershell -Command "& {Unblock-File -Path server\bin\Release\RDSFactor.exe}"
9
10
:: install it
11
InstallUtil server\bin\Release\RDSFactor.exe
12
13
:: start it
14
-net start RDSFactor
+net start RDSFactor
0 commit comments