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