home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 29
/
amigaformatcd29.iso
/
s
/
user-startup
< prev
Wrap
Text File
|
1998-04-28
|
949b
|
43 lines
assign cd: sys:
;BEGIN MUI
if exists "CD:+System+/MUI"
assign MUI: "CD:+System+/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:+System+/Info/disclaimer.iff >nil:
avail flush >NIL:
;BEGIN CAPREFS
C:CAPrefs >NIL:
;END CAPREFS
setenv Choices_Run Yes!
;----------------------
echo ""
echo "The Amiga Format CD-ROM is designed to boot on a CD³² only!"
wait 3
echo ""
echo "If you are not using a CD³², please reboot from your hard drive."
wait 5