home *** CD-ROM | disk | FTP | other *** search
- @REM PRINTDOC.BAT; JLS 4/94
- @echo off
- if "%1"=="" goto info
- ECHO Docs for Graphcat 3.1 for WP/Win 6.0 & 5.2 will now print...
- ECHO ...
- ECHO The files REGISTER.DOC, GRAPHWIN.DOC, and PRODUCTS.DOC will print...
- ECHO VENDINFO.DIZ contains sysop and vendor information, and may
- ECHO be viewed by typing "more < vendinfo.diz" from the GRAPHCAT disk.
- @ECHO ...
- type register.doc >%1
- type graphwin.doc >%1
- type products.doc >%1
- goto end
- :info
- ECHO Start printdoc.BAT with a device name; for example...
- ECHO printdoc LPT1
- ECHO or:
- ECHO printdoc PRN
- ECHO ...
- :end
- PAUSE