home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / ro2extras_1 / !PrinterIx / !Run next >
Text File  |  1989-07-11  |  863b  |  29 lines

  1. | > !PrinterIx.!Run
  2. |
  3. | PrinterIx V1.12 (11-Jul-89)
  4. |
  5. If "<$Printing>"<>"" Then Error 42 Printer in use
  6. |
  7. Set PDriver$Dir <Obey$Dir>
  8. Iconsprites <PDriver$Dir>.!Sprites
  9. Set File$Type_FF4 "Printout"
  10. |
  11. | Allow alternative values for Printer$Scrap and Printer$Temp
  12. | These could be directed to use the RAM filing system, for example.
  13. |
  14. If "<Printer$Scrap>" = "" OR "<Printer$Scrap>" RIGHT 6 = "!Scrap" Then Set Printer$Scrap <PDriver$Dir>.Ix!Scrap
  15. If "<Printer$Temp>" = "" OR "<Printer$Temp>" RIGHT 5 = "!Temp" Then Set Printer$Temp <PDriver$Dir>.Ix!Temp
  16. |
  17. | ColourTrans must be loaded before the printer driver module
  18. |
  19. RMEnsure ColourTrans 0.52 RMLoad <PDriver$Dir>.Colours
  20. |
  21. | Install printer driver module
  22. | Don't RMEnsure as we are probably replacing some other printer
  23. |
  24. RMLoad <PDriver$Dir>.PDriverIx
  25. |
  26. Wimpslot -min 72K -max 72K
  27. |
  28. Run <PDriver$Dir>.!RunImage
  29.