home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Painting / DPAINT4-1.DMS / in.adf / S / Startup-sequence next >
Encoding:
Text File  |  1993-01-11  |  1.2 KB  |  59 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.  
  16. if exists sys:Monitors
  17.     join >NIL: sys:monitors/~(#?.info) as t:mon-start
  18.     execute t:mon-start
  19.     delete >NIL: t:mon-start
  20. endif
  21.  
  22. BindDrivers
  23.  
  24. setenv Workbench $Workbench
  25. setenv Kickstart $Kickstart
  26.  
  27. IPrefs
  28.  
  29. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  30.  
  31. path ram: c: sys:utilities sys:system s: add
  32.  
  33. if exists sys:tools
  34.     path sys:tools add
  35.     if exists sys:tools/commodities
  36.         path sys:tools/commodities add
  37.     endif
  38. endif
  39.  
  40. ; If this is the initial boot (i.e. keyboard env variable is not set)
  41. ; then execute PickMap which will query for a keymap and set the
  42. ; keyboard env variable.
  43. ;
  44. ; if keyboard env variable is set, set the keymap
  45. if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
  46.     setmap ${sys/keyboard}
  47. else
  48.     PickMap sys: initial
  49. endif
  50.  
  51. if exists s:user-startup
  52.     execute s:user-startup
  53. endif
  54.  
  55. LoadWB
  56.  
  57. endcli >NIL:
  58.  
  59.