mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +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 Start an RSE Windows Daemon
|
||||||
REM Usage: daemon.bat [<port> | <low port>-<high port>] [ <low server port>-<high server port>]
|
REM Usage: daemon.bat [<port> | <low port>-<high port>] [ <low server port>-<high server port>]
|
||||||
REM
|
REM
|
||||||
|
setlocal
|
||||||
|
|
||||||
SET DaemonPort=4035
|
SET DaemonPort=4035
|
||||||
SET ServerPortRange=
|
SET ServerPortRange=
|
||||||
IF NOT "%1"=="" SET DaemonPort=%1
|
IF NOT "%1"=="" SET DaemonPort=%1
|
||||||
|
@ -33,3 +35,4 @@ GOTO Done
|
||||||
pause
|
pause
|
||||||
|
|
||||||
:Done
|
:Done
|
||||||
|
endlocal
|
Loading…
Add table
Reference in a new issue