home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / GVPINST.DMS / in.adf / s / startup-sequence < prev   
Encoding:
Text File  |  1992-12-11  |  1.5 KB  |  58 lines

  1. c:setpatch >NIL:
  2. c:version >NIL:
  3. addbuffers >NIL: df0: 15
  4. ;
  5. Failat 21
  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. ;
  15. if exists sys:Monitors
  16.     join >NIL: sys:monitors/~(#?.info) as t:mon-start
  17.     execute t:mon-start
  18.     delete >NIL: t:mon-start
  19. endif
  20. ;
  21. BindDrivers
  22. ;
  23. setenv Workbench $Workbench
  24. setenv Kickstart $Kickstart
  25. ;
  26. IPrefs
  27. ;
  28. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  29. ;
  30. path ram: c: sys:utilities sys:system s: sys:prefs sys:wbstartup sys:gvp add
  31. ;
  32. echo " "
  33. echo "G R E A T   V A L L E Y   P R O D U C T S ,   I N C ."
  34. echo "-----------------------------------------------------"
  35. echo "A2000 GForce040 Accelerator Installation/Utility Disk"
  36. echo "       Copyright © 1992 -- All Rights Reserved       "
  37. echo "*N"
  38. ;
  39. ask "Run FastPrep (Y/N)? "
  40. IF WARN
  41.    sys:GVP/SCSI/FastPrep
  42.    endcli >NIL:
  43. ELSE
  44.    echo "*N*N"
  45.    ask "Run ExpertPrep (Y/N)? "
  46.    IF WARN
  47.       sys:GVP/SCSI/ExpertPrep
  48.       endcli >NIL:
  49.    ELSE
  50.       echo "*N*NTo utilize the utilities on this disk you must boot  "
  51.       echo "from your standard system disk and after Workbench is    "
  52.       echo "loaded, the GVP.Install disk can be inserted into any    "
  53.       echo "floppy drive.  The A2000 GForce040 Installation program  "
  54.       echo "and other GVP utilities will be accessable from Workbench"
  55.       echo "by double-clicking on the GVP.Install disk icon.*N*N     "
  56.    ENDIF
  57. ENDIF
  58.