/
temp/ue/UltraEnvy/
temp/ue/UltraEnvy/backup/
temp/ue/UltraEnvy/clans/
temp/ue/UltraEnvy/classes/
temp/ue/UltraEnvy/doc/MSP/
temp/ue/UltraEnvy/doc/MobProg2.1/
temp/ue/UltraEnvy/doc/OLC11/
temp/ue/UltraEnvy/doc/OLC11/doc/
temp/ue/UltraEnvy/doc/OLC11/options/
temp/ue/UltraEnvy/log/
temp/ue/UltraEnvy/mobprogs/
temp/ue/UltraEnvy/player/
temp/ue/UltraEnvy/src/
temp/ue/UltraEnvy/sys/
@echo off
setlocal

set port=4000
if defined %1 set port=%1

if exist SHUTDOWN.TXT del SHUTDOWN.TXT
if exist ..\log\envy.log del ..\log\envy.log

:while1
..\src\envy2 %port% > envy.log
if not exist SHUTDOWN.TXT goto :while1

del SHUTDOWN.TXT
endlocal