home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / EASYLET.ZIP / DEMO.BAT < prev    next >
DOS Batch File  |  1993-09-20  |  2KB  |  49 lines

  1. @echo off
  2. cls
  3. if "%1"=="" goto explain
  4. ECHO. Printing READ.ME file and the demo output to %1
  5. copy read.me %1 > NULL
  6. copy demo.txt %1 > NULL
  7. echo. > %1
  8. echo. *** The next pages are the actual output of the above process. *** > %1
  9. echo   > %1
  10. copy balance.pcl %1 > NULL
  11. cls
  12. echo.
  13. echo.
  14. Echo.    ┌────────────────────────────────────────────────────────────┐
  15. Echo.    │                                                            │
  16. Echo.    │   This file will print sample EasyLet output to            │
  17. Echo.    │   Laser Printers. The output was designed to show the      │
  18. Echo.    │   use and control of scalable fonts in the LaserJet,       │
  19. Echo.    │   PCL5, printers. (LaserJet III, 4 or compatibles)         │
  20. Echo.    │                                                            │
  21. Echo.    │   The Second and the Third pages will demonstrate the      │
  22. echo.    │   power and the ability of EasyLet to incorporate PCX      │
  23. echo.    │   images on the letters.                                   │
  24. Echo.    │                                                            │
  25. Echo.    │   If you do not have a laser printer.                      │
  26. Echo.    │   Press Ctrl+C to Abort.                                   │
  27. Echo.    │                                                            │
  28. Echo.    │   or                                                       │
  29. Echo.    └────────────────────────────────────────────────────────────┘
  30. pause
  31. echo.
  32. echo.
  33. echo. Printing TRAVEL.PCL
  34. copy travel.pcl %1 > NULL
  35. echo. Printing STAR.PCL
  36. copy star.pcl %1 > NULL
  37. goto done
  38. :explain
  39. echo.   ┌───────────────────────────────────────┐
  40. echo.   │                                       │
  41. echo.   │  Usage, type:                         │
  42. echo.   │        Demo  LPT1  (Enter)            │
  43. echo.   │        or                             │
  44. echo.   │        Demo  LPT2  (Enter)            │
  45. echo.   └───────────────────────────────────────┘
  46. echo.
  47. echo.
  48. :done
  49.