home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1532.dms / in.adf / S / startup-sequence < prev    next >
Encoding:
Text File  |  1978-01-03  |  1.3 KB  |  67 lines

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