home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega CD-ROM 1
/
megacd_rom_1.zip
/
megacd_rom_1
/
GENEALOG
/
FHS2.ZIP
/
GO.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-10-01
|
523b
|
28 lines
ECHO OFF
A:
IF %1?==PRINT? GOTO PRNTDOC
IF %1?==print? GOTO PRNTDOC
CLS
TYPE CONTENTS.DOC
PAUSE
CLS
TYPE BROWSE.DOC
PAUSE
CLS
BROWSE README
ECHO If you would like to have a printed copy of this document,
ECHO enter: GO PRINT
GOTO ENDIT
:PRNTDOC
ECHO :
ECHO Make sure your Printer is placed at the top of forms and has been RESET
ECHO (turn the printer off then on).
ECHO :
PAUSE
ECHO :
ECHO Printing README Document
COPY README LPT1:
ECHO Printing of README Document is complete.
:ENDIT
ECHO :