home *** CD-ROM | disk | FTP | other *** search
- c:setpatch >NIL:
- c:version >NIL:
- addbuffers >NIL: df0: 15
- ;
- Failat 21
- Resident >NIL: C:Execute PURE ADD
- ;
- makedir ram:T ram:Clipboards ram:env ram:env/sys
- copy >NIL: ENVARC: ram:env all quiet noreq
- ;
- assign ENV: ram:env
- assign T: ram:t ;set up T: directory for scripts
- assign CLIPS: ram:clipboards
- ;
- if exists sys:Monitors
- join >NIL: sys:monitors/~(#?.info) as t:mon-start
- execute t:mon-start
- delete >NIL: t:mon-start
- endif
- ;
- BindDrivers
- ;
- setenv Workbench $Workbench
- setenv Kickstart $Kickstart
- ;
- IPrefs
- ;
- echo "Amiga Release 2. Kickstart $Kickstart, Workbench $Workbench"
- ;
- path ram: c: sys:utilities sys:system s: sys:prefs sys:wbstartup sys:gvp add
- ;
- echo " "
- echo "G R E A T V A L L E Y P R O D U C T S , I N C ."
- echo "-----------------------------------------------------"
- echo "A2000 GForce040 Accelerator Installation/Utility Disk"
- echo " Copyright © 1992 -- All Rights Reserved "
- echo "*N"
- ;
- ask "Run FastPrep (Y/N)? "
- IF WARN
- sys:GVP/SCSI/FastPrep
- endcli >NIL:
- ELSE
- echo "*N*N"
- ask "Run ExpertPrep (Y/N)? "
- IF WARN
- sys:GVP/SCSI/ExpertPrep
- endcli >NIL:
- ELSE
- echo "*N*NTo utilize the utilities on this disk you must boot "
- echo "from your standard system disk and after Workbench is "
- echo "loaded, the GVP.Install disk can be inserted into any "
- echo "floppy drive. The A2000 GForce040 Installation program "
- echo "and other GVP utilities will be accessable from Workbench"
- echo "by double-clicking on the GVP.Install disk icon.*N*N "
- ENDIF
- ENDIF
-