home *** CD-ROM | disk | FTP | other *** search
- ;$ver 1.0 DOPlus CD setup Remove assigns script for DOpusPLUS CD
-
- ;***************************************************************************
- ; Check to see if this script has already been run and remove assigns if so
- ;
- If exists ENV:DOPlus_Assigns
- Set choice `RequestChoice $reqtitle "Removing the assigns to DOPlus CD" OK Cancel`
- If $choice EQ 1
- Delete >NIL: ENV:DOPlus_Assigns
- Assign Fonts: DOPLUS:Fonts remove
-
- if exists ENV:DOPLUS_MUI
- Delete >NIL: ENV:DOPLUS_MUI
- if exists MUI:Docs
- assign HELP: MUI:Docs remove
- endif
- if exists MUI:Locale
- assign LOCALE: MUI:Locale remove
- endif
-
- if exists MUI:Libs
- assign LIBS: MUI:Libs remove
- endif
- assign MUI:
- EndIf
- endif
- Endif
-