home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 10 / amigaformatcd10.iso / -readerstuff- / peter_hutchison / misc-drivers.lzx / PanasonicPlus24 / Test.lzh / Test next >
Text File  |  1991-03-09  |  609b  |  25 lines

  1. ; first make shure the old driver is bumped out of mem...
  2. failat 21
  3. stack >nil: 20000000
  4.  
  5. ; now test if ESC-$ is handled right be the printer
  6. Echo ""
  7. Echo ""
  8. Echo ""
  9. Echo ""
  10. Echo "Now the script tests your printer for ESC-$ performance."
  11. Echo "Make your printer ready for dumping a DIN A4"
  12. Echo "graphic printing with 360*180DPI. In case your"
  13. Echo "printer isn't capable of doing 360*180DPI: forget"
  14. Echo "this test!"
  15. Echo ""
  16. Echo "In case you have an extra printer buffer: please disable it"
  17. Echo ""
  18. ask "Are your ready for this test? (y/n)"
  19. if warn
  20. else
  21. quit
  22. endif
  23. copy Testpic.cmd par:
  24. echo "End of Test"
  25.