home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / GPFA.DMS / in.adf / s / startup-sequence < prev   
Encoding:
Text File  |  1992-05-14  |  694 b   |  20 lines

  1. c:SetPatch >NIL: r ;patch system functions
  2. Addbuffers df0: 10
  3. Sys:System/FastMemFirst ; move C00000 memory to last in list
  4. cd c:
  5. echo "GPFax - Amiga  Release 2.01 2nd May 1992"
  6. echo " "
  7. echo "© GP Software,1991, 1992 Brisbane Australia"
  8. echo " "
  9. BindDrivers
  10. SetClock load ;load system time from real time clock (A1000 owners should
  11.               ;replace the SetClock load with Date
  12. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  13. mount newcon:
  14. makedir ram:t
  15. assign T: ram:t ;set up T: directory for scripts
  16. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  17. path ram: c: sys:system s: add ;set path for Workbench
  18. LoadWB delay  ;wait for inhibit to end before continuing
  19. endcli >NIL:
  20.