1stMud4.5.3/
1stMud4.5.3/backup/
1stMud4.5.3/bin/
1stMud4.5.3/bin/extras/
1stMud4.5.3/data/i3/
1stMud4.5.3/doc/1stMud/
1stMud4.5.3/doc/Diku/
1stMud4.5.3/doc/MPDocs/
1stMud4.5.3/doc/Rom/
1stMud4.5.3/notes/
@echo off
setlocal

cd ..\area

set shutd=..\data\shutdown.txt
if exist %shutd% del %shutd%

set bina=..\bin\rom.exe

:while1
echo Starting 1stMud service.
%bina% %1 %2 %3 %4 %5 %6 %7 %8 %9
if not exist %shutd% goto :while1

echo Shutting down 1stMud service.
del %shutd%
endlocal
pause