home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilst / vzap / !VZap / !Run < prev    next >
Text File  |  1994-04-26  |  913b  |  20 lines

  1. | RISC OS Loader for !VZap
  2. | Written by Paul Vigay ©1994
  3. |
  4. If "<System$Path>" = "" then Error 0 !System has not been seen yet.
  5. Set VZap$Path <obey$dir>
  6. IconSprites <VZap$Path>.!Sprites
  7. RMEnsure MessageTrans 0.04 RMLoad System:Modules.MsgTrans
  8. RMEnsure MessageTrans 0.04 Error !VZap needs MessageTrans version 0.04 or later
  9. RMEnsure FPEmulator 2.70 RMLoad System:modules.FPEmulator
  10. RMEnsure FPEmulator 2.70 Error !VZap needs FPEmulator 2.70 or later in your !System.modules directory.
  11. RMEnsure ABCLibrary 2.00 RMLoad System:modules.ABCLib
  12. RMEnsure ABCLibrary 2.00 Error !VZap needs ABCLibrary 2.00 or later in your !System.modules directory.
  13. | Check for RISC OS 3 and load correct iconsprites
  14. Set VZap$RISCOS3 yes
  15. RMEnsure UtilityModule 2.02 Set VZap$RISCOS3 no
  16. IF VZap$RISCOS3="no"  THEN IconSprites <VZap$Path>.Resources.RO2sprites
  17. UnSet VZap$RISCOS3
  18. WimpSlot -min 192k -max 192k
  19. Run "<VZap$Path>.!RunImage" %*0
  20.