home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / font_m22.zip / DOCPRINT.BAT < prev    next >
DOS Batch File  |  1992-02-28  |  2KB  |  36 lines

  1. echo off
  2. cls
  3. if exist FM.DOC goto :message
  4. echo ERROR:  Cannot locate the file which is named FM.DOC.
  5. echo Please  change  to  the drive or directory which
  6. echo contains your FM (FONT MANIA) files, and run the
  7. echo PRINTDOC.BAT file again.
  8. goto :exit
  9. :message
  10. echo           ┌─────────────────────────────────────────────────────────┐
  11. echo           │  The User Manual for FONT MANIA consists of 19 printed  │
  12. echo           │          pages plus a 1-page registration form.         │
  13. echo           ├─────────────────────────────────────────────────────────┤
  14. echo           │ If you do not want to print this now,  press Control-C  │
  15. echo           │                and then press the Y key.                │
  16. echo           │ Otherwise,  this program will print the guide for you.  │
  17. echo           ├─────────────────────────────────────────────────────────┤
  18. echo           │                                                         │
  19. echo           │                Simply do the following:                 │
  20. echo           │                                                         │
  21. echo           │            1. Turn your printer ON                      │
  22. echo           │            2. If using laserjet set @ 65 lines/page     │
  23. echo           │            3. Adjust the left margin to zero or 1       │
  24. echo           │            4. Adjust the top line to the very top       │
  25. echo           │                of the page                              │
  26. echo           │            5. Press any key when ready to print,        │
  27. echo           │                or type Ctrl-C now to abort...           │
  28. echo           │                                                         │
  29. echo           └─────────────────────────────────────────────────────────┘ 
  30. pause > nul
  31. echo                      ┌───────────────────────────────────┐
  32. echo                      │  Printing FONT MANIA USER MANUAL  │
  33. echo                      └───────────────────────────────────┘
  34. type FM.DOC > prn
  35. echo                                        Done.
  36. cls