@REM PRINTMAN.BAT; JLS 12/93 @echo off if "%1"=="" goto info ECHO Docs for Graphcat 3.0 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 PRINTMAN.BAT with a device name; for example... ECHO PRINTMAN LPT1 ECHO or: ECHO PRINTMAN PRN ECHO ... :end PAUSE