home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 2
/
agavol2.iso
/
software
/
utilities
/
emulation
/
emplant
/
pc2.3
/
harddisk_installer
< prev
next >
Wrap
Text File
|
1995-08-15
|
1KB
|
61 lines
; Script file to decompress .jdc files and assign e586DX:
copy e586DX:lhex ram:
makedir ram:e586DX_Temp
assign OurPC: ram:e586DX_Temp
echo "Copying files to temporary storage..."
echo
copy >NIL: e586DX: OurPC: all
copy >NIL: OurPC:iconx sys:c/
cd OurPC:PC_EMU/devs
echo "Decompressing DEVICES..."
echo
ram:lhex -qf x devs.lha
delete >NIL: #?.lha
echo "Decompressing FONTS..."
echo
cd /Fonts/
ram:lhex -qf x fonts.lha
delete >NIL: #?.lha
;cd /documentation/
;delete >NIL: #?.lha
;cd /Ext_IO/
;delete >NIL: #?.lha
echo "Decompressing LIBRARIES..."
echo
cd /libs/
ram:lhex -qf x libs.lha
delete >NIL: #?.lha
echo "Decompressing VIDEO DRIVERS..."
echo
cd /Video_Drivers/
ram:lhex -qf x videodrivers.lha
delete >NIL: #?.lha
echo "Decompressing PC EMULATION FILES..."
echo
cd /
ram:lhex -qf x e586DX.lha
ram:lhex -qf x e586SX.lha
delete >NIL: #?.lha
delete >NIL: ram:lhex
cd OurPC:
installer SCRIPT InstallerScript APPNAME "EMPLANT's e586DX Emulation Upgrade" MINUSER average DEFUSER average
assign OurPC: remove
echo " "
echo "Cleaning up temporary installation storage..."
echo
cd ram:
delete >NIL: e586DX#? all