home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / v / voyager / voyagerv1.1a.dms / in.adf / Utils / 2.0Startup-sequence < prev   
Encoding:
Text File  |  1992-04-23  |  1.1 KB  |  61 lines

  1. c:setpatch >NIL:
  2. c:version >NIL:
  3. ;addbuffers >NIL: df0: 15
  4. Failat 21
  5.  
  6. ; NOTE: This is the special startup-sequence for initial boot
  7. ;Resident >NIL: C:Execute 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.  
  17. if exists sys:Monitors
  18.     join >NIL: sys:monitors/~(#?.info) as t:mon-start
  19.     execute t:mon-start
  20.     delete >NIL: t:mon-start
  21. endif
  22.  
  23. BindDrivers
  24.  
  25. setenv Workbench $Workbench
  26. setenv Kickstart $Kickstart
  27.  
  28. IPrefs
  29.  
  30. echo "Amiga Software Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  31.  
  32. conclip
  33.  
  34. ;mount speak:
  35. ;mount aux:
  36. ;mount pipe:
  37.  
  38. path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
  39. if exists sys:tools
  40.     path sys:tools add
  41.     if exists sys:tools/commodities
  42.         path sys:tools/commodities add
  43.     endif
  44. endif
  45.  
  46. ; if keyboard env variable is set, set the keymap
  47. if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
  48.     setmap ${sys/keyboard}
  49. else
  50.     PickMap sys: initial
  51. endif
  52.  
  53. if exists s:user-startup
  54.     execute s:user-startup
  55. endif
  56.  
  57. LoadWB
  58.  
  59. endcli >NIL:
  60.  
  61.