home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / fileutils / settype / !SetType / !Run < prev    next >
Encoding:
Text File  |  1989-09-09  |  480 b   |  17 lines

  1. | !Run file for !SetType Application V1.00
  2. | by Paul Hobbs
  3. | First bit as for !Boot
  4. IconSprites <Obey$Dir>.!Sprites
  5. | Find our path
  6. Set SetType$Dir <Obey$Dir>
  7. | Check memory allocation
  8. WimpSlot -min 18K -max 18K
  9. | Start program
  10. Run <SetType$Dir>.!RunImage %*0
  11. | (Just one %, so parameters are
  12. |  substituted before !RunImage is run.
  13. |  'Run' at start is necessary to
  14. |  prevent filing system name being
  15. |  treated as a temporary filing system
  16. |  for the duration of the command.)
  17.