home *** CD-ROM | disk | FTP | other *** search
- ;$ver 1.0 DOPlus CD setup Add assigns script for DOpusPLUS CD
-
- ;*************************
- ; Setup assigns and paths
- ;
-
- ; Echo "Now setting up assigns for the Amiga Format CD$cdnum..."
-
- SetENV DOPlus_Assigns Yes!
- Assign Fonts: DOPLUS:Fonts add
-
-
- ;BEGIN MUI
- assign >NIL: exists MUI:
- if warn
- if exists "DOPLUS:Tools/MUI/"
- SetENV DOPlus_MUI Yes!
- assign MUI: "DOPLUS:Tools/MUI/"
- if exists MUI:Libs
- assign add LIBS: MUI:Libs
- endif
- if exists MUI:Locale
- assign add LOCALE: MUI:Locale
- endif
- version >nil: exec.library 39
- if not warn
- if exists MUI:Docs
- if exists HELP:dummy ; do not remove
- endif ; this entry!
- assign add HELP: MUI:Docs
- endif
- endif
- endif
- endif
-
- ;END MUI
-
- lab END
-