home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Painting / tp_h6.dms / tp_h6.adf / S / startup-sequence < prev   
Encoding:
Text File  |  1993-04-29  |  973 b   |  56 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.  
  8. makedir ram:T ram:Clipboards ram:env ram:env/sys
  9. copy >NIL: ENVARC: ram:env all quiet noreq
  10.  
  11. assign ENV: ram:env
  12. assign T: ram:t ;set up T: directory for scripts
  13. assign CLIPS: ram:clipboards
  14. assign REXX: s:
  15. assign locale: sys:locale
  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 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. setmap d
  47.  
  48. if exists s:user-startup
  49.     execute s:user-startup
  50. endif
  51.  
  52. LoadWB
  53.  
  54. endcli >NIL:
  55.  
  56.