home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3071.dms / 3071.adf / CDTV.DMS / CDTV.adf / s / startup-sequence < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.0 KB  |  38 lines

  1. c:SetPatch >NIL: r ;patch system functions
  2. Addbuffers df0: 10
  3. cd c:
  4. echo "Amiga Workbench Disk. Release 1.3.2 version 34.32"
  5. Sys:System/FastMemFirst ; move C00000 memory to last in list
  6. BindDrivers
  7. ;SetClock load ;load system time from real time clock (A1000 owners should
  8. ;              ;replace the SetClock load with Date
  9. FF >NIL: -0 ;speed up Text
  10. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  11. resident c:Execute pure
  12. mount newcon:
  13. ;
  14. failat 11
  15. run execute s:StartupII ;This lets resident be used for rest of script
  16. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  17. ;
  18. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  19. path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for Workbench
  20.  
  21. ; PARNET STARTUP
  22. failat 40
  23. version >nil: cdtv.device
  24. if warn
  25.    netpnet-server unit 0
  26.    mount net: from devs:mountlist.amiga
  27.    dir >nil: net:cd0
  28.  
  29.  
  30. else
  31.    netpnet-server unit 1
  32.    mount net: from devs:mountlist.cdtv
  33. endif
  34.  
  35.  
  36. LoadWB delay  ;wait for inhibit to end before continuing
  37. endcli >NIL:
  38.