home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- rem This batch file provides a simple way to read the PINOCHLE.DOC
- rem file included with this program.
- rem If you prefer, you can read it using any ordinary text viewer.
- rem For example, if the LIST viewer is in your DOS path, you would
- rem use the command 'LIST PINOCHLE.DOC'.
-
- more < PINOCHLE.DOC
- pause
-