home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 117
/
af117a.adf
/
All_to_HD
next >
Wrap
Text File
|
1998-09-22
|
2KB
|
82 lines
echo "*EcWelcome to the *E[33m*E[3mAmiga Format*E[0m serious Coverdisk, Issue 117"
echo "These utilities are for hard drive users only."
echo "A hard drive is required to continue."
echo "To start the installation you must have this month's games disk."
echo "Several files are required by this disk in order to install."
echo "If you have a second floppy drive, insert the games disk now."
echo "If not, have the disk ready and I will ask for it when you continue."
echo "Enter 'C' to Continue or 'X' to Exit."
setenv >nil: type ?
if not exists env:type
skip 631
endif
if not $type EQ C
skip 631
lab 667
endif
copy af117a:c/unlzx ram:
assign af117b: exists >ram:necessary
search ram:necessary "Mounted" >nil:
if warn
echo "*EcFiles from the games disk are required to continue."
echo "Please insert this month's *E[33m*E[3mAmiga Format*E[0m *games* disk."
else
skip 668
endif
skip 667 back
lab 668
endif
delete ram:necessary quiet
lab 639
endif
lab 163
assign af117b: exists >ram:necessary
search ram:necessary "Mounted" >nil:
if warn
echo "*EcPlease insert the *E[33m*E[3mAmiga Format*E[0m Coverdisk."
else
skip 164
endif
skip 163 back
lab 164
endif
delete ram:necessary quiet
skip 200
lab 109
endif
lab 200
echo "*EcCould you please now enter the path name you wish to install to on"
echo "your hard drive?"
echo "E.g. 'dh0:', 'work:test/', etc..."
setenv >nil: pathname ?
assign source: af117b:
failat 21
cd $pathname >nil:
if fail
failat 10
skip 109 back
endif
failat 10
echo "*EcOK... Installing files."
ram:unlzx -a -q -bi24 x source:miniarcanoid.lzx ""
assign source: remove
lab 63
assign af117a: exists >ram:necessary
search ram:necessary "Mounted" >nil:
if warn
echo "*EcSome files from the serious coverdisk are now required."
echo "Please insert this month's *E[33m*E[3mAmiga Format*E[0m *serious* coverdisk."
else
skip 64
endif
skip 63 back
lab 64
endif
delete ram:necessary quiet
assign source: af117a:archives/
af117a:c/unlzx -a -q -bi24 x source:af117a1.lzx ""
af117a:c/unlzx -a -q -bi24 x source:af117a2.lzx ""
delete ram:pathname quiet
assign source: remove
lab 631