home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUTTON / PCDIAL.ARC / DOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1986-02-14  |  768 b   |  17 lines

  1. echo off
  2. cls
  3. echo ┌────────────────────────────────────────────────┐
  4. echo │       Welcome to PC-Dial(tm) Version 2.0       │
  5. echo ├────────────────────────────────────────────────┤
  6. echo │    We're ready to print the User's Guide       │
  7. echo │                                                │
  8. echo │ 1. Put the PC-Dial diskette in your "A" drive  │
  9. echo │ 2. Make certain your printer is ready to print │
  10. echo │    There will be 139 pages printed.            │
  11. echo │ 3. Press the (Enter) key  or                   │
  12. echo │    if you don't want to print, press (Ctrl)C   │
  13. echo └────────────────────────────────────────────────┘
  14. pause
  15. echo on
  16. copy A:pc-dial.doc prn
  17.