home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilst / winicon / !WinIcon / !Run < prev    next >
Text File  |  1994-03-26  |  517b  |  16 lines

  1.  
  2. | >    !Run for WinIcon      Copyright © JJM 1994
  3.  
  4. Set WinIcon$Dir <Obey$Dir>
  5. IconSprites <WinIcon$Dir>.!Sprites
  6.  
  7. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  8.  
  9. RMEnsure SharedCLibrary 3.75 Load System:Modules.Clib
  10. RMEnsure SharedCLibrary 3.75 Error 0 Shared C Library not found or too old
  11. RMEnsure MessageTrans 0.16 Load System:Modules.MsgTrans
  12. RMEnsure MessageTrans 0.16 Error 0 MessageTrans module not found or too old
  13.  
  14. WimpSlot -min 96K -max 96K
  15. Run "<WinIcon$Dir>.!RunImage" %*0 -windows 8
  16.