home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- ECHO . ------- Welcome to MATH WORKOUT -------
- ECHO .
- ECHO . 1. If you're not a registered user, PRINT AND READ ALL .DOC FILES !!
- ECHO . There are 77 pages in all (53 in MWMANUAL.DOC, 24 in others)
- ECHO . At the DOS prompt, type: COPY *.DOC PRN Then, hit [Enter]
- ECHO . Or, print files individually by typing: COPY filename PRN
- ECHO . 10 cpi (Characters Per Inch) is recommended. 60 lines per page.
- ECHO . All .DOC files contain pagebreaks, page numbers, and margins.
- ECHO . ----------------------------------------------------------------------
- ECHO . 2. To install, read the Installation chapter. Then, run MWINSTAL.BAT
- ECHO . To run MWINSTAL.BAT, type MWINSTAL and then hit [Enter].
- ECHO . WARNING: You must install even if you plan to run off a floppy!
- ECHO . ----------------------------------------------------------------------
- ECHO . 3. Read the Introduction chapter in the User Manual to understand
- ECHO . what this program is all about.
- ECHO . ----------------------------------------------------------------------
- ECHO . 4. When you run MATH WORKOUT for the first time, read the BASIC RULES
- ECHO . and HOW TO PROCEED sections of On-Line Help.
- ECHO . ----------------------------------------------------------------------
- ECHO . 5. To run the BONUS PROGRAM, type MWBP and then hit [Enter]
- ECHO . (Only Registered-User disks have it. No installation required)
- ECHO .
- ECHO . --- End of GOMW.BAT ---
- PAUSE
-