home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc2.iso / CARD / PINSDG / VIEWDOC.BAT < prev   
Encoding:
DOS Batch File  |  1997-03-08  |  333 b   |  12 lines

  1. echo off
  2. cls
  3.  
  4. rem This batch file provides a simple way to read the PINOCHLE.DOC
  5. rem file included with this program.
  6. rem If you prefer, you can read it using any ordinary text viewer.
  7. rem For example, if the LIST viewer is in your DOS path, you would
  8. rem use the command 'LIST PINOCHLE.DOC'.
  9.  
  10. more < PINOCHLE.DOC
  11. pause
  12.