home *** CD-ROM | disk | FTP | other *** search
- assign cd: sys:
- cd:+look_here_1st!+/magiccolors >nil:
- ;BEGIN MUI
- if exists "CD:MUI"
- assign MUI: "CD: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
- ;END MUI
- ; This mounts KCON and KRAW
- Assign CON: DISMOUNT
- Assign RAW: DISMOUNT
- Mount CON: from DEVS:KingCON-mountlist
- Mount RAW: from DEVS:KingCON-mountlist
- ;END KingCON
- CD:c/AFCDView CD:s/disclaimer.iff >nil:
- ;C:viewtek cd:s/disclaimer.iff NB HD NT >nil:
- avail flush >NIL:
-