home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 98 / af098a.adf / s / startup-sequence
Text File  |  1997-04-14  |  1KB  |  44 lines

  1. assign t: ram:
  2. assign env: ram:
  3. lab 667
  4. assign af98a: exists >ram:necessary
  5. search ram:necessary "Mounted" >nil:
  6. if warn
  7. echo "*EcPlease insert the *E[33m*E[3mAmiga Format*E[0m Coverdisk."
  8. else
  9. skip 668
  10. endif
  11. skip 667 back
  12. lab 668
  13. endif
  14. delete ram:necessary quiet
  15. echo "*EcWelcome to the *E[33m*E[3mAmiga Format*E[0m serious Coverdisk, Issue 98"
  16. echo "This disk can only be installed to a hard drive."
  17. echo "Enter 'C' to Continue or 'X' to Exit."
  18. setenv >nil: type ?
  19. if not exists ram:type
  20. skip 631
  21. endif
  22. if not $type EQ C
  23. skip 631
  24. lab 639
  25. endif
  26. echo "Could you please now enter the path name for your hard drive?"
  27. echo "E.g. 'dh0:', 'work:test/', etc..."
  28. setenv >nil: pathname ?
  29. assign source: af98a:archives/
  30. failat 21
  31. cd $pathname >nil:
  32. if fail
  33. failat 10
  34. skip 639 back
  35. endif
  36. failat 10
  37. echo "*EcOK... Unpacking."
  38. unlzx -a -q -bi24 x source:HDProgs.lzx ""
  39. echo "*EcDon't forget that the programs need you to run their Installation"
  40. echo "routines from your hard drive before they will function."
  41. lab 631
  42. ask "Re-boot now."
  43. endcli
  44.