home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: Dr Ts Music Software Tiger Cub WMPE / Lowe_DrTsMusicSoftware_TigerCubWMPE.adf / s / startup-sequence < prev    next >
Encoding:
Text File  |  1991-10-08  |  742 b   |  19 lines

  1. c:SetPatch >NIL: r ;patch system functions
  2. cd c:
  3. echo "Amiga Workbench Disk. Release 1.3.2 version 34.28"
  4. Sys:System/FastMemFirst ; move C00000 memory to last in list
  5. BindDrivers
  6. SetClock load ;load system time from real time clock (A1000 owners should
  7.               ;replace the SetClock load with Date
  8. echo "*NDr. T's Music Software Presents:*NTiger Cub version 1.10*NCopyright (C) 1990 by Emile Tobenfeld*NAmiga Version by David Silver*N"
  9. makedir ram:t
  10. assign t: ram:t
  11. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  12. mount newcon:
  13. ;
  14. failat 11
  15. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  16. path ram: c: sys:system s: sys:prefs add ;set path for Workbench
  17. LoadWB delay  ;wait for inhibit to end before continuing
  18. endcli >NIL:
  19.