home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / s / user-startup < prev   
Text File  |  1998-04-28  |  949b  |  43 lines

  1. assign cd: sys:
  2. ;BEGIN MUI
  3. if exists "CD:+System+/MUI"
  4.    assign MUI: "CD:+System+/MUI"
  5.    if exists MUI:Libs
  6.       assign add LIBS: MUI:Libs
  7.    endif
  8.    if exists MUI:Locale
  9.       assign add LOCALE: MUI:Locale
  10.    endif
  11.    version >nil: exec.library 39
  12.    if not warn
  13.       if exists MUI:Docs
  14.          if exists HELP:dummy ; do not remove
  15.          endif                ; this entry!
  16.          assign add HELP: MUI:Docs
  17.       endif
  18.    endif
  19. endif
  20. ;END MUI
  21. ; This mounts KCON and KRAW
  22. Assign CON: DISMOUNT
  23. Assign RAW: DISMOUNT
  24. Mount CON: from DEVS:KingCON-mountlist
  25. Mount RAW: from DEVS:KingCON-mountlist
  26. ;END KingCON
  27. CD:c/AFCDView CD:+System+/Info/disclaimer.iff >nil:
  28. avail flush >NIL:
  29. ;BEGIN CAPREFS
  30. C:CAPrefs >NIL:
  31. ;END CAPREFS
  32. setenv Choices_Run Yes!
  33.  
  34. ;----------------------
  35.  
  36. echo ""
  37. echo "The Amiga Format CD-ROM is designed to boot on a CD³² only!"
  38. wait 3
  39. echo ""
  40. echo "If you are not using a CD³², please reboot from your hard drive."
  41. wait 5
  42.  
  43.