home *** CD-ROM | disk | FTP | other *** search
-
- if not exists "T:"
- assign t: ram:
- endif
-
- assign Napalm: ""
-
- set type `requestchoice title="Request" body="Please select graphics enviroment:" gadgets=AGA-Chipset|CyberGFX|Picasso96`
-
- echo "Adding NAPALM libraries to system..."
- echo " "
-
- copy Napalm:libs to libs: all quiet
- delete libs:rtg/#? all quiet
-
-
- if eq $type "1"
- copy Napalm:libs/rtg/rtgAMI.library to libs:rtg/
- echo "AGA library installed..."
- endif
-
- if eq $type "2"
- copy Napalm:libs/rtg/rtgCGX.library to libs:rtg/
- echo "CGX library installed..."
- endif
-
- if eq $type "0"
- copy Napalm:libs/rtg/rtgP96.library to libs:rtg/
- echo "P96 library installed..."
- endif
-
- echo "Finished!!!"