home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / c / cfsutils / !UnInstall / !Run < prev    next >
Text File  |  1992-11-07  |  860b  |  26 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.  
  10. SetEval Old$CAsm 0
  11. RMEnsure CAssembler 0    SetEval Old$CAsm 1
  12. RMEnsure CAssembler 0.07 SetEval Old$CAsm 0
  13. If <Old$CAsm> Then Error An old version of the CAssembler is resident
  14.  
  15. RMEnsure CAssembler 0.07 SetEval Old$CAsm 1
  16. If <Old$CAsm> Then If "<UnCFS$Path>" = "" Then Error Can't find UnCFS
  17. If <Old$CAsm> Then RMEnsure CAssembler 0.07 RMLoad UnCFS:CAssembler
  18. If <Old$CAsm> Then RMEnsure CAssembler 0.07 Error CAssembler module not found or too old
  19. UnSet Old$CAsm
  20.  
  21. RMEnsure FontManager 1.23 Error 0 No FontManager installed, please locate your !Fonts and try again
  22.  
  23. WimpSlot -Min 96K -Max 96K
  24. WimpSlot -Min 64K -Max 64K
  25. Run <UnInstall$Dir>.!RunImage %*0
  26.