1
0
Fork 0
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:
Martin Oberhuber 2006-09-25 15:44:57 +00:00
parent f13c3c4a2a
commit 383862ce3f

View file

@ -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