home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 2
/
amigaformatcd02.iso
/
s
/
user-startup
< prev
Wrap
Text File
|
1996-05-20
|
487b
|
22 lines
copy > NIL: SYS:S/RAM.info TO RAM:Disk.info ; added by MagicWB
;BEGIN MUI
if exists "VCD:MUI"
assign MUI: "VCD: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