home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 320 / readme.bat < prev    next >
DOS Batch File  |  1993-10-07  |  509b  |  13 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO This program will display the manual page by page.  Due to it's length, it is
  4. ECHO recommended that you print the manual on your printer.  To do so just type
  5. ECHO COPY BRATOCK.DOC LPT1: (if your printer is in LPT1)  You can also load the
  6. ECHO file BRATOCK.DOC in your favorite word processor and print it from there.
  7. ECHO .
  8. ECHO Remember, this is a huge role-playing game, to understand all of it's
  9. ECHO contents, you must read BRATOCK.DOC
  10. PAUSE
  11. TYPE BRATOCK.DOC |MORE
  12. @ECHO ON
  13.