home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 2 / CDPD_II_2352.bin / s / startup-sequence2.0 < prev    next >
Text File  |  1992-09-22  |  738b  |  45 lines

  1. c:setpatch >NIL:
  2. c:version >NIL:
  3. Failat 21
  4.  
  5. resident >NIL: c:List pure add
  6. resident >NIL: c:Copy pure add
  7.  
  8. if exists sys:Monitors
  9.     join >NIL: sys:monitors/~(#?.info) as t:mon-start
  10.     execute t:mon-start
  11.     delete >NIL: t:mon-start
  12. endif
  13.  
  14. BindDrivers
  15.  
  16. setenv Workbench $Workbench
  17. setenv Kickstart $Kickstart
  18.  
  19. IPrefs
  20. ;
  21. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  22. conclip
  23.  
  24. mount speak:
  25. mount aux:
  26. mount pipe:
  27.  
  28. path ram: c: sys:utilities sys:system s: sys:prefs sys:wbstartup add
  29. if exists sys:tools
  30.     path sys:tools add
  31.     if exists sys:tools/commodities
  32.         path sys:tools/commodities add
  33.     endif
  34. endif
  35.  
  36. cdpd2:cdsetmap
  37.  
  38. if exists s:user-startup
  39.     execute s:user-startup
  40. endif
  41.  
  42. LoadWB 
  43.  
  44. endcli >NIL:
  45.