home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / utilities / uncfs / !UnInstall / !Run < prev    next >
Encoding:
Text File  |  1994-07-23  |  961 b   |  29 lines

  1. |
  2. | Run !UnInstall'er
  3. | The CAssembler module is located on the UnCFS$Path
  4.  
  5. IconSprites <Obey$Dir>.!Sprites
  6. Set UnInstall$Dir <Obey$Dir>
  7.  
  8. If "<Cfsmod$Dir>" = "" Then Error Can't find the !Cfs application.
  9. If "<UnCFS$Path>" = "" Then Error Can't find UnCFS
  10.  
  11. SetEval Old$CAsm 0
  12. RMEnsure CAssembler 0    SetEval Old$CAsm 1
  13. RMEnsure CAssembler 0.14 SetEval Old$CAsm 0
  14. If <Old$CAsm> Then Error An old version of the CAssembler is resident
  15.  
  16. RMEnsure CAssembler 0.14 SetEval Old$CAsm 1
  17. If <Old$CAsm> Then RMEnsure CAssembler 0.14 RMLoad UnCFS:CAssembler
  18. If <Old$CAsm> Then RMEnsure CAssembler 0.14 Error CAssembler module not found or too old
  19. UnSet Old$CAsm
  20.  
  21. RMEnsure FontWindow 1.40 RMLoad UnCFS:FontWindow
  22. RMEnsure FontWindow 1.40 Error FontWindow module not found or too old
  23.  
  24. RMEnsure FontManager 1.23 Error 0 No FontManager installed, please locate your !Fonts and try again
  25.  
  26. WimpSlot -Min 96K -Max 96K
  27. WimpSlot -Min 64K -Max 64K
  28. Run <UnInstall$Dir>.!RunImage %*0
  29.