home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
database
/
fe50_d.zip
/
FE5DOC.EXE
/
PRINTDOC.BAT
< prev
Wrap
DOS Batch File
|
1991-04-23
|
7KB
|
136 lines
ECHO OFF
CLS
ECHO
ECHO
ECHO
ECHO ╔═════════════════════════════════════════════════════════════════════╗
ECHO ║ You are about to print the on-disk User's Guide for File Express. ║
ECHO ║ ║
ECHO ║ This documentation is 426 pages long and is the complete manual ║
ECHO ║ for File Express with the following exceptions: ║
ECHO ║ ║
ECHO ║ 1. There are no screen pictures. The screen pictures ║
ECHO ║ in the Registered User's Guide were printed in ║
ECHO ║ WordPerfect Graphics format and would not reproduce ║
ECHO ║ in the on-disk version. ║
ECHO ║ ║
ECHO ║ 2. There is no index. The Registered version of File ║
ECHO ║ Express has an extensive, cross referenced index. ║
ECHO ║ The on-disk version does have a detailed Table of ║
ECHO ║ Contents. ║
ECHO ║ ║
ECHO ╚═════════════════════════════════════════════════════════════════════╝
ECHO
ECHO
pause
CLS
ECHO
ECHO
ECHO
ECHO ╔═════════════════════════════════════════════════════════════════════╗
ECHO ║ Before you begin, please realize that printing this manual on your ║
ECHO ║ printer is a BIG, LONG undertaking. It will put a lot of wear and ║
ECHO ║ tear on your printer and you will probably go through several ║
ECHO ║ ribbons during the process. ║
ECHO ║ ║
ECHO ║ You might consider buying a Registered File Express from your ║
ECHO ║ local dealer or directly from Expressware. The Registered set ║
ECHO ║ comes with a 60-day money-back guarantee. If you are not ║
ECHO ║ satisfied with the product, you can return it in saleable ║
ECHO ║ condition for a refund of the purchase price (less shipping). ║
ECHO ║ This might be a better way to get the User's Guide while you are ║
ECHO ║ trying File Express. ║
ECHO ║ ║
ECHO ╚═════════════════════════════════════════════════════════════════════╝
ECHO
ECHO
pause
CLS
ECHO
ECHO
ECHO
ECHO ╔═════════════════════════════════════════════════════════════════════╗
ECHO ║ If you decide to order a copy to try, you can either call us on ║
ECHO ║ our toll-free order line: 1-800-753-FILE or print out an order- ║
ECHO ║ form by escaping out of this process with a Ctrl-C and then ║
ECHO ║ typing: ORDER and press the Enter key. ║
ECHO ║ ║
ECHO ║ You can either send us the orderform by mail to: ║
ECHO ║ ║
ECHO ║ Expressware ║
ECHO ║ P.O. Box 1800 ║
ECHO ║ Duvall, WA 98019 ║
ECHO ║ ║
ECHO ║ or fax it to us at: 1-206-788-4493 ║
ECHO ║ ║
ECHO ╚═════════════════════════════════════════════════════════════════════╝
ECHO
ECHO
pause
CLS
ECHO
ECHO
ECHO
ECHO ╔═════════════════════════════════════════════════════════════════════╗
ECHO ║ ║
ECHO ║ If you have decided to go ahead and print this documentation file, ║
ECHO ║ make sure your printer is ready with at least 426 pages, a few ║
ECHO ║ ribbons and lots of time. ║
ECHO ║ ║
ECHO ║ To cancel this batch file, press Ctrl-C and then Y to terminate. ║
ECHO ║ ║
ECHO ║ To start printing the manual, press the Spacebar. ║
ECHO ║ ║
ECHO ╚═════════════════════════════════════════════════════════════════════╝
ECHO
ECHO
pause
CLS
if exist FE5.DOC goto YES
ECHO
ECHO
ECHO
ECHO ╔═════════════════════════════════════════════════════════════════════╗
ECHO ║ ║
ECHO ║ Can't find FE5.DOC ║
ECHO ║ ║
ECHO ║ Make sure this file is on your disk and try again ║
ECHO ║ ║
ECHO ╚═════════════════════════════════════════════════════════════════════╝
ECHO
ECHO
goto END
:YES
ECHO
ECHO
ECHO
ECHO ╔═════════════════════════════════════════════════════════════════════╗
ECHO ║ ║
ECHO ║ Printing File Express User's Guide ║
ECHO ║ ║
ECHO ║ To cancel the printing at any time, press Ctrl-C ║
ECHO ║ ║
ECHO ╚═════════════════════════════════════════════════════════════════════╝
ECHO
ECHO
COPY FE5.DOC PRN
CLS
ECHO
ECHO
ECHO
ECHO ╔═════════════════════════════════════════════════════════════════════╗
ECHO ║ ║
ECHO ║ Printing is complete ║
ECHO ║ ║
ECHO ║ We hope you enjoy trying File Express ║
ECHO ║ ║
ECHO ╚═════════════════════════════════════════════════════════════════════╝
ECHO
ECHO
:END