home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / Misc / KICKSTART2,04.DMS / in.adf / s / Startup-sequence
Encoding:
Text File  |  1994-08-22  |  1.3 KB  |  69 lines

  1. SYS:WB13/Version intuition.library 37 >NIL:
  2. SYS:WB13/If warn
  3.    SYS:WB13/ZKICK SYS:DEVS/KICKSTART
  4. Else
  5.  
  6. c:setpatch >NIL:
  7. c:version >NIL:
  8. addbuffers >NIL: df0: 15
  9. Failat 21
  10.  
  11. Resident >NIL: C:Execute PURE ADD
  12.  
  13. makedir ram:T ram:Clipboards ram:env ram:env/sys
  14. copy >NIL: ENVARC: ram:env all quiet noreq
  15.  
  16. assign ENV: ram:env
  17. assign T: ram:t ;set up T: directory for scripts
  18. assign CLIPS: ram:clipboards
  19. assign REXX: s:
  20.  
  21. if exists sys:Monitors
  22.     join >NIL: sys:monitors/~(#?.info) as t:mon-start
  23.     execute t:mon-start
  24.     delete >NIL: t:mon-start
  25. endif
  26.  
  27. BindDrivers
  28.  
  29. setenv Workbench $Workbench
  30. setenv Kickstart $Kickstart
  31.  
  32. IPrefs
  33.  
  34. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  35.  
  36. conclip
  37.  
  38. mount speak:
  39. mount aux:
  40. mount pipe:
  41.  
  42. path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
  43. if exists sys:tools
  44.     path sys:tools add
  45.     if exists sys:tools/commodities
  46.         path sys:tools/commodities add
  47.     endif
  48. endif
  49.  
  50. ; If this is the initial boot (i.e. keyboard env variable is not set)
  51. ; then execute PickMap which will query for a keymap and set the
  52. ; keyboard env variable.
  53. ; if keyboard env variable is set, set the keymap
  54. if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
  55.     setmap ${sys/keyboard}
  56. else
  57.     PickMap sys: initial
  58. endif
  59.  
  60. if exists s:user-startup
  61.     execute s:user-startup
  62. endif
  63.  
  64. LoadWB
  65.  
  66. endcli >NIL:
  67.  
  68.