home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Power
/
AmigaPower59Disk2.ZIP
/
ap59-2.adf
/
Fixer
< prev
next >
Wrap
Text File
|
1978-01-30
|
1KB
|
63 lines
; Steve's AB3D installer fix V1.0a
; --------------------------------
echo " Alien Breed 3D install fixer,"
echo " By Steven Holmes, 29/11/1995."
echo " -----------------------------"
echo ""
echo " Be sure you have booted from your"
echo " hard drive, else this fix won't work!"
wait 5
AP59b:c/cls
echo ""
echo " This script is to ensure Alien Breed 3D"
echo " is installed to your hard drive correctly."
echo ""
ask " Do you want to continue? Y/N [RET]"
if warn
failat 300
AP59b:c/cls
echo ""
echo " Where did you install AB3D? Show me..."
wait 3
echo ""
AP59b:c/requestfile DH1: TITLE "Click on AB3D HD path." DRAWERSONLY > ENV:DEST
AP59b:c/cls
echo ""
echo " I'll need AB3D disk 1 now,"
echo " So I can copy it all to your hard drive AB3D drawer,"
echo " because the Team 17 installer doesn't always copy it!"
wait 3
copy ab3d1:libs/lowlevel.library to sys:libs/ QUIET
copy ab3d1: ALL to $dest QUIET
echo ""
echo " Done that."
wait 2
AP59b:c/cls
echo ""
echo " Deleting some unnecessary (floppy only) stuff..."
cd $dest
delete installscript QUIET
delete installscript.info QUIET
delete setpatch QUIET
delete utilities/ ALL QUIET
delete utilities.info QUIET
delete s/ ALL QUIET
delete devs/ ALL QUIET
delete libs/ ALL QUIET
copy AP59b:InstallStuff/AlienBreed3D.info to $dest QUIET
echo ""
echo " All Done!"
wait 2
AP59b:c/cls
echo ""
echo " Disk 1 copied to"$dest
echo " AB3D icon copied to"$dest
echo " All unnecessary files removed."
echo ""
echo ""
echo " Have Fun!"
sys:c/wait 7
endif