home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / acorn / riscos2 / apps1 / !PrinterPS / !Run next >
Encoding:
Text File  |  1989-01-04  |  527 b   |  12 lines

  1. | >!Run V 0.83 (04-Jan-89)
  2. Wimpslot -min 64K -max 64K
  3. if "<$Printing>"<>"" then ERROR 42 Printer in use
  4. Set PDriver$Dir <Obey$Dir>
  5. if "<Printer$Scrap>" = "" OR "<Printer$Scrap>" RIGHT 6 = "!Scrap" then set Printer$Scrap <PDriver$Dir>.PS!Scrap
  6. if "<Printer$Temp>" = "" OR "<Printer$Temp>" RIGHT 5 = "!Temp" then set Printer$Temp <PDriver$Dir>.PS!Temp
  7. | set the printer
  8. rmload <PDriver$Dir>.PDriverPS
  9. | don't RMEnsure as we are probably replacing some other printer
  10. iconsprites <PDriver$Dir>.!Sprites
  11. Run <PDriver$Dir>.!RunImage
  12.