untermud/DOC/
untermud/DOC/U/
untermud/DOC/U/U-examples/
untermud/DOC/internals/
untermud/DOC/wizard/
untermud/MISC/
untermud/MISC/dbchk/
untermud/RWHO/
untermud/RWHO/rwhod/
@echo off
if not [%1]==[] goto doit
echo. 
echo.Boots an UnterMUD installation loated at the specified directory path.
echo. 
echo.  usage: %0 directory_path
echo. 
goto end

:doit
.\mud -c %1/config -s startup 

:end