home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / apps / _slash / _run < prev    next >
Encoding:
Text File  |  1989-07-17  |  484 b   |  17 lines

  1. | !Run file for !Slash Application Version 1.01
  2. | by Paul Hobbs
  3. | First bit as for !Boot
  4. IconSprites <Obey$Dir>.!Sprites
  5. | Find our path
  6. Set Slash$Dir <Obey$Dir>
  7. | Check memory allocation
  8. WimpSlot -min 100K -max 4096K
  9. | Start program
  10. Run <Slash$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.