home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Computing 105
/
ac105a.adf
/
SetUp-HD
< prev
next >
Wrap
Text File
|
1996-08-28
|
878b
|
49 lines
failat 21
assign >NIL: tmp: ""
echo ""
echo "This will install the Lzx and Installer programs into your"
echo "hard drive's C directory, if these programs already"
echo "exist they will NOT be overwritten."
echo ""
echo "You HAVE to boot your machine from the hard drive"
echo "for this script to work."
echo ""
ask "Do you wish to continue? (y)es/(N)o"
if NOT WARN
Endcli >NIL:
endif
echo ""
cd sys:
which installer >NIL:
if warn
echo "copying installer"
cd tmp:
copy :c/installer c:
else
echo "Installer already exists, skipping."
endif
cd sys:
which lzx >NIL:
if warn
echo "copying lzx"
cd tmp:
copy :c/lzx c:
else
echo "Lzx already exists, skipping."
endif
echo ""
echo ""
echo "All done"
assign >NIL: tmp: remove
Endcli >NIL:
; $VER: AC_Begginers_Installer v1 (9:18am 13-Mar-1996)
; Installs Lzx and Installer using IconX >:-\. by Neil Mohr