home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- REM FILENAME: PRINTDOC.BAT FOR FileXref 1.2A
- CLS
- ECHO ---------------------------------------------------------------------
- ECHO This Batch file will send the FileXref documentation to your printer
- ECHO ---------------------------------------------------------------------
- ECHO .
- ECHO Please make sure your printer is on-line and set to TOP OF FORM.
- ECHO .
- ECHO This documentation will take about 20 pages to print. If you do not
- ECHO wish to print the documentation at this time, hold down the [Ctrl] key
- ECHO and press the [Break] key.
- ECHO .
- ECHO Otherwise, the printing will begin as soon as you
- PAUSE
- CLS
- ECHO Now printing the PACKING List ......
- COPY PACKING.LST PRN: >NUL
- ECHO .
- ECHO Now printing the README.DOC file ......
- COPY README.DOC PRN: >NUL
- ECHO .
- ECHO Now printing the FileXref User Manual ......
- COPY FileXref.DOC PRN: >NUL
- ECHO .
- ECHO Now printing the REGISTRATION Form ......
- COPY REGISTER.DOC PRN: >NUL
- ECHO .
- ECHO Now printing LICENSE and WARRANTEE Information ......
- COPY LICENSE.DOC PRN: >NUL
- ECHO .
- ECHO .
- ECHO FileXref User Documentation has been printed.
- ECHO.
- ECHO.
- ECHO Thank you for supporting SHAREWARE!
- ECHO .
- ECHO .
- ECHO End of file PRINTDOC.BAT - Returning to DOS . . . . . . .
-