home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / p / prohp5.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1993-02-10  |  1KB  |  41 lines

  1. echo off
  2. cls
  3. echo Sending demo files to printer...
  4. echo.
  5. copy cover.doc lpt1 > null
  6. copy order.doc lpt1 > null
  7. echo 1. Printing demo : Calendar.
  8. copy CAL0193.HPC lpt1 /b
  9. echo 2. Printing demo : Control Lines per Inch.
  10. copy DLPI.HPC lpt1 /b
  11. echo 3. Printing demo : Draw invoice form and fill it.
  12. copy DPRINV.HPC lpt1 /b
  13. echo.
  14. echo 
  15. echo ----------------------------------------------------------------
  16. echo    The Last part of this demo will work with PCL 5 printers
  17. echo    or compatibles with scalable fonts. (LaserJet III,LaserJet 4)
  18. echo ----------------------------------------------------------------
  19. echo 
  20. echo.
  21. echo Press Ctrl+C to abort
  22. echo         or
  23. pause
  24. echo 4. Printing demo : Manipulation of PCX image.
  25. copy PCX.PCL lpt1 /b > null
  26. echo 5. Printing demo : Calendar.
  27. copy CALENDAR.PCL lpt1 /b > null
  28. echo 6. Printing demo : Vector graphics.
  29. copy GLGRAPH.PCL lpt1 /b > null
  30. echo 7. Printing demo : Newsletter.
  31. copy NEWSLET.PCL lpt1 /b > null
  32. echo 8. Printing demo : print text in any angle
  33. copy GLPRDIR.PCL lpt1 /b > null
  34. echo 9. Printing demo : ProHP logo.
  35. copy LOGO.PCL lpt1 /b > null
  36. echo 10. Printing demo : text manipulation
  37. copy NEGATIVE.PCL lpt1 /b > null
  38. echo 
  39. echo.
  40. echo.
  41.