home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / share / dos / utilidad / laser / sample.bat < prev    next >
Encoding:
DOS Batch File  |  1996-07-02  |  1.1 KB  |  23 lines

  1. echo off
  2. cls
  3. if "%1"=="" goto bad
  4. echo ┌───────────────────────────────────────────────────────────────────────┐
  5. echo │ Before you can print a sample of your soft fonts you *must* have run  │
  6. echo │ option 2 from the installation menu. (This copies and unpacks the     │
  7. echo │ soft fonts, and copies & unpacks TSR Download.) If you have already   │
  8. echo │ done this you can print a sample sheet by hitting the return key now. │
  9. echo │ This batch file only works for printers attached to a parallel        │
  10. echo │ printer port.                                                         │
  11. echo │                                                                       │
  12. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  13. echo │ this batch file and return to INSTALL.                                │
  14. echo └───────────────────────────────────────────────────────────────────────┘
  15. pause
  16. echo Printing a sample of the TSR Download fonts, this will take a moment....
  17. download @sample.lst 1 -dq
  18. copy sample.doc %1:
  19. goto good
  20. :bad
  21. echo You must pass a parallel printer port to this batch file (sample lpt1:)
  22. :good
  23.