home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / DJFONTS.ZIP / SAMPLE.BAT < prev    next >
DOS Batch File  |  1991-06-27  |  878b  |  17 lines

  1. echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────────────────────────┐
  4. echo │ Before you can print a sample of your soft fonts you *must* have run  │
  5. echo │ options 3 and 4 from the installation menu. (These copy and unpack    │
  6. echo │ the soft fonts, and copy & unpack the utility programs.) If you have  │
  7. echo │ already done this you can print a sample sheet by hitting the return  │
  8. echo │ key now. This batch file only works for printers attached to LPT1:    │
  9. echo │                                                                       │
  10. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  11. echo │ this batch file and return to INSTALL.                                │
  12. echo └───────────────────────────────────────────────────────────────────────┘
  13. pause
  14. download @sample.lst -q lpt1:
  15. copy sample.doc lpt1:
  16.  
  17.