home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / ppc250.zip / PPCPRINT.BAT < prev    next >
DOS Batch File  |  1993-01-05  |  700b  |  29 lines

  1. @echo off
  2. cls
  3. ECHO.
  4. ECHO                  THE PROFESSIONAL PHOTO CATALOG SYSTEM
  5. ECHO.
  6. ECHO                   PPCS Documentation Printing Routine
  7. ECHO.
  8. ECHO     This batch file will print the PPCS USER'S MANUAL using the DOS
  9. ECHO  file printing program PRINT.
  10. ECHO.
  11. ECHO.
  12. ECHO  If you want to terminate the installation process press (Ctrl) and (C) to
  13. ECHO  exit to DOS otherwise press any other key to continue.
  14. ECHO.
  15. ECHO.
  16. ECHO.
  17. PAUSE
  18. CLS
  19. ECHO.
  20. ECHO.
  21. ECHO THE PROFESSIONAL PHOTO CATALOG SYSTEM USER'S MANUAL PRINTING IN PROGRESS
  22. @ REM ---Print routine
  23. print PPCS.doc
  24. CLS
  25. ECHO.
  26. ECHO.
  27. ECHO THE PROFESSIONAL PHOTO CATALOG SYSTEM USER'S MANUAL PRINTING IS COMPLETE
  28. @ ECHO ON
  29.