@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