home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / i / inlayprnt / !InlayPrnt / !Run < prev    next >
Text File  |  1992-01-05  |  637b  |  21 lines

  1. | !Run file for Cassette Inlay Printer
  2. | by Paul Hobbs
  3. | First bit as for !Boot
  4. IconSprites <Obey$Dir>.!Sprites
  5. | Find our path
  6. Set InlayPrnt$Dir <Obey$Dir>
  7. Set Alias$@RunType_205 Run <Obey$Dir>.!Run %%*0
  8. | Check memory allocation
  9. | Note that a WimpSlot of about 152k is needed
  10. | for the uncrunched version!
  11. |WimpSlot -min 112K -max 112K
  12. WimpSlot -min 152K -max 152K
  13. | Start program
  14. Run <InlayPrnt$Dir>.!RunImage %*0
  15. | (Just one %, so parameters are
  16. |  substituted before !RunImage is run.
  17. |  'Run' at start is necessary to
  18. |  prevent filing system name being
  19. |  treated as a temporary filing system
  20. |  for the duration of the command.)
  21.