home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 92 / af092a.adf / s / startup-sequence
Text File  |  1996-10-30  |  821b  |  37 lines

  1. echo "*EcWelcome to *E[3mAmiga Format*E[0m Issue 92"
  2. echo "This disk can ONLY be installed to a hard drive."
  3. assign t: ram:
  4. assign env: ram:
  5. skip 60
  6. lab 61
  7. endif
  8. lab 60
  9. echo "*EcPlease enter the pathname you wish to install to, then press <return>."
  10. echo "NB. Hard drive *E[32mONLY*E[0m."
  11. echo "E.g. 'dh0:', 'work:test/', etc..."
  12. setenv >nil: pathname ?
  13. failat 21
  14. cd $pathname >nil:
  15. if fail
  16. failat 10
  17. skip 61 back
  18. endif
  19. failat 10
  20. echo "*EcOK... Installing disks."
  21. lab 75
  22. assign AF92a: exists >ram:necessary
  23. search ram:necessary "Mounted" >nil:
  24. if warn
  25. echo "*EcPlease insert the *E[33m*E[3mAmiga Format*E[0m Coverdisk."
  26. else
  27. skip 76
  28. endif
  29. skip 75 back
  30. lab 76
  31. endif
  32. echo "*EcDe-archiving..."
  33. unlzx -a -q x AF92a:af92.lzx ""
  34. echo "*EcThat's everything installed to hard disk."
  35. ask "Reboot to Workbench to use them."
  36. endcli
  37.