home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / BBS / LIB014.ARC / PRINT.BAT < prev    next >
DOS Batch File  |  1987-03-19  |  640b  |  14 lines

  1. echo  off
  2. echo  ┌──────────────────────────────────────────────────┐
  3. echo  │ The PC-Stylist User's Guide will now be printed. │
  4. echo  │ It's 21 pages long.                              │
  5. echo  │                                                  │
  6. echo  │ Please make sure your Printer is ready, then     │
  7. echo  │ Press (Enter).                                   │
  8. echo  │                                                  │
  9. echo  │ To cancel this operation, press (Ctrl)Break.     │
  10. echo  └──────────────────────────────────────────────────┘
  11. pause
  12. a:
  13. pcbook pcs.doc P >prn
  14.