1
0
Fork 0
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:
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 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