rem ###########################################################################
rem CHECK PID
rem ###########################################################################
set PIDPATH= %SF1_HOME%\pid\bridge-%3.pid
findstr [0-9] %PIDPATH%
if errorlevel == 3 goto NOPID
if errorlevel == 2 goto NOPID
if errorlevel == 1 goto NOPID
echo "bridge %3 is working"
goto done
:NOPID
echo "no pid check goto nextstep" %errorlevel%
:nextstep