home *** CD-ROM | disk | FTP | other *** search
- .key test/s,full/s
- .bra [
- .ket ]
-
- echo "*Ec*N GFXLab24 Hard Drive Installer*N"
-
- lab nameloop
- echo "Which partition do you want to install GFXLab24 to? (eg DH0: Work:) " noline
- set >NIL: target ?
- if "$target" EQ "Q"
- skip exit
- endif
-
- if "`echo $target len 1`" NOT EQ ":"
- set target $target:
- endif
-
- assign >NIL: exists "${Target}"
- if warn
- echo "Error: partition does not exist.*N"
- skip back nameloop
- endif
-
- lab partok
-
- assign Target: "${Target}"
- c:cls
- c:copy GFXLab:lha ram:
- ram:Lha x GFXLab:crx-gl24 target:
- echo "please wait..........."
- lab disk?
- cls
- c:echo "*n*n All done now please reboot!"