home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_47 / bang / !Bang / !Run < prev    next >
Text File  |  1992-05-19  |  983b  |  29 lines

  1. | Run file for Bang
  2. |
  3. Set Bang$Dir <Obey$Dir>
  4. IconSprites <Obey$Dir>.!Sprites
  5.  
  6. If "<System$Path>"="" Then Error System resources cannot be found
  7.  
  8. Set Old$CAsm 0
  9. RMEnsure CAssembler 0    Set Old$CAsm 1
  10. RMEnsure CAssembler 0.03 Set Old$CAsm 0
  11. If <Old$CAsm> Then Error An old version of the CAssembler is resident
  12. UnSet Old$CAsm
  13. RMEnsure CAssembler 0.03 RMLoad <Bang$Dir>.CAssembler
  14. RMEnsure CAssembler 0.03 Error CAssembler module not found or too old
  15.  
  16. RMEnsure InterfaceManager 1.30 RMLoad <Bang$Dir>.Interface
  17. RMEnsure InterfaceManager 1.30 Error Interface module not found or too old
  18.  
  19. RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
  20. RMEnsure ColourTrans 0.52 Error ColourTrans module not found or too old
  21.  
  22. RMEnsure SpriteExtend 0.20 Error Need version 0.2 or later of SpriteExtend (ROM) module
  23.  
  24. | Make sure will have enough memory to start up
  25. WimpSlot -Min 192K -Max 192K
  26. | But core program only needs this much
  27. WimpSlot -Min 96K -Max 96K
  28.  
  29. Run <Bang$Dir>.!RunImage -Wimp %*0