Metropoli BBS
VIEWER: bathelp.bat MODE: TEXT (ASCII)
ECHO OFF
IF NOT "%1"=="?" GOTO Start
ECHO Put help information here, including:
ECHO name, author, version, date, 
ECHO calling syntax, arguments, known bugs, references, etc.
ECHO For convenience this should fit on a single screen.
GOTO End
:Start
REM Body of batch file goes here.
:End
[ RETURN TO DIRECTORY ]