home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
pcmag
/
vol8n13.arc
/
BATHELP.BAT
next >
Wrap
DOS Batch File
|
1988-12-28
|
298b
|
11 lines
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