home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
norge.freeshell.org (192.94.73.8)
/
192.94.73.8.tar
/
192.94.73.8
/
pub
/
computers
/
pcjr
/
graphics
/
KEYDRW-2.LZH
/
DOC.BAT
next >
Wrap
DOS Batch File
|
1990-02-08
|
1KB
|
35 lines
ECHO OFF
cls
ECHO ╔════════════════════════════════════════════════════════════════╗
ECHO ║ The User Manual for PC-KEY-DRAW Ver 3.50 ║
ECHO ║ ────────────────────────────────────────────────────────────── ║
ECHO ║ A 290 page user manual for Version 3.50 is about to be printed ║
ECHO ║ Registered users get a printed manual with pictures, index, ║
ECHO ║ IBM size binder, and Quick Reference card. ║
ECHO ║ ────────────────────────────────────────────────────────────── ║
ECHO ║ Load printer with continuous forms. ║
ECHO ║ ────────────────────────────────────────────────────────────── ║
ECHO ║ You will also want to print on the other text files that are ║
ECHO ║ included on the program disk. Run MENU for help. ║
ECHO ╚════════════════════════════════════════════════════════════════╝
:manual
PAUSE
if not exist readme._mn echo Put User Manaul disk in drive
if not exist readme._mn goto manual
COPY kd_doc.0 PRN:
ECHO Chapters 1 to 3 are about to be printed
PAUSE
copy kd_doc.1_3 prn:
ECHO Chapter 4 is about to be printed
PAUSE
copy kd_doc.4 prn:
ECHO Chapters 5 to 9 are about to be printed
PAUSE
copy kd_doc.5_9 prn:
ECHO Chapters 10 is about to be printed
PAUSE
copy kd_doc.10 prn:
ECHO Appendix is about to be printed
PAUSE
copy kd_doc.apx prn: