home *** CD-ROM | disk | FTP | other *** search
-
- copy PCx_Install:lhex ram:
- makedir ram:PCx_Temp
- assign OurPC: ram:PCx_Temp
-
- echo "Copying files to temporary storage..."
- echo
- copy >NIL: PCx_Install: OurPC: all
- copy >NIL: OurPC:iconx sys:c/
-
- cd OurPC:PC_EMU/devs
-
- echo "Decompressing Device Drivers..."
- echo
- ram:lhex -qf x devs.lha
- delete >NIL: #?.lha
-
- echo "Decompressing AmigaGuide Documentation..."
- echo
- cd /documentation/
- ram:lhex -qf x docs.lha
- delete >NIL: #?.lha
-
- echo "Decompressing Libraries..."
- echo
- cd /libs/
- ram:lhex -qf x libs.lha
- delete >NIL: #?.lha
-
- echo "Decompressing Display Drivers..."
- echo
- cd /DisplayDrivers/
- ram:lhex -qf x displaydrivers.lha
- delete >NIL: #?.lha
-
- echo "Decompressing PCx emulation files..."
- echo
- cd /
- ram:lhex -qf x PCx.lha
- ram:lhex -qf x PCsx.lha
- delete >NIL: #?.lha
-
- echo "Decompressing PC Drivers..."
- echo
- cd OurPC:PC_UTILS/
- ram:lhex -qf x drvrs.lha
- delete >NIL: #?.lha
-
- delete >NIL: ram:lhex
-
- cd OurPC:
-
- installer SCRIPT InstallerScript APPNAME "PCx Software Installer" MINUSER average DEFUSER average
- assign OurPC: remove
- echo " "
- echo "Cleaning up temporary installation storage..."
- echo
- cd ram:
- delete >NIL: PCx#? all
-