home *** CD-ROM | disk | FTP | other *** search
- skip 60
- lab 61
- endif
- lab 60
- echo "*EcPlease enter the pathname you wish to install to."
- echo "NB. Hard drive *E[32mONLY*E[0m."
- echo "E.g. 'dh0:', 'work:test/', etc..."
- setenv >nil: pathname ?
- failat 21
- cd $pathname >nil:
- if fail
- failat 10
- skip 61 back
- endif
- failat 10
- echo "*EcOK... Installing disks."
- lab 75
- assign af99a: exists >ram:necessary
- search ram:necessary "Mounted" >nil:
- if warn
- echo "*EcPlease insert the *E[33m*E[3mAmiga Format*E[0m Coverdisk."
- else
- skip 76
- endif
- skip 75 back
- lab 76
- endif
- delete ram:necessary quiet
- echo "*EcDe-archiving..."
- af99a:c/unlzx -a -q x af99a:archives/af99a1.lzx ""
- af99a:c/unlzx -a -q x af99a:archives/af99a2.lzx ""
- af99a:c/unlzx -a -q x af99a:archives/af99a3.lzx ""
- delete ram:env/pathname quiet
-