mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-06-08 13:34:37 +02:00
11 lines
No EOL
251 B
Batchfile
11 lines
No EOL
251 B
Batchfile
@echo off
|
|
set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
|
|
|
|
:: build the radius server
|
|
msbuild server/RDSFactor.sln /property:Configuration=release
|
|
|
|
:: install it
|
|
InstallUtil server\bin\Release\RDSFactor.exe
|
|
|
|
:: start it
|
|
net start RDSFactor |