home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / desktop / polysaw / !PolySaw / !Run < prev    next >
Text File  |  1992-03-04  |  592b  |  19 lines

  1. | run file for polysaw game
  2. |
  3.  
  4. WimpSlot -min 128k -max 128k
  5.  
  6. if "<System$Path>" = "" then Error 0 System resources cannot be found
  7. RMEnsure SharedCLibrary 0 RMLoad System:Modules.Clib
  8. RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
  9. |
  10. IconSprites <Obey$Dir>.!Sprites
  11. Set PolySaw$Dir <Obey$Dir>
  12. | You can alter the following line to change the filetype for
  13. | PolySaw files.  The "1BD" can be replaced by any number in Hex
  14. | between 000 and 3FF.  The sprites in !PolySaw.!Sprites should
  15. | be renamed to match.
  16. Set PolySaw$FT 1BD
  17. WimpSlot -min 128k
  18. Run <PolySaw$Dir>.!RunImage %*0
  19.