mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
set variables local in daemon.bat
This commit is contained in:
parent
f13c3c4a2a
commit
383862ce3f
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,8 @@ REM
|
|||
REM Start an RSE Windows Daemon
|
||||
REM Usage: daemon.bat [<port> | <low port>-<high port>] [ <low server port>-<high server port>]
|
||||
REM
|
||||
setlocal
|
||||
|
||||
SET DaemonPort=4035
|
||||
SET ServerPortRange=
|
||||
IF NOT "%1"=="" SET DaemonPort=%1
|
||||
|
@ -33,3 +35,4 @@ GOTO Done
|
|||
pause
|
||||
|
||||
:Done
|
||||
endlocal
|
Loading…
Add table
Reference in a new issue