mud/runmud.bat
2020-09-06 05:43:07 -07:00

8 lines
191 B
Batchfile

# This improved batch file courtesy of Brodbane @ Eve
goto start
:start
win32\driver.exe lib\secure\cfg\mudos.win32
# Add a '#' to the following line to prevent auto-restarts
goto start
:end