home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 117 / af117a.adf / All_to_HD next >
Text File  |  1998-09-22  |  2KB  |  82 lines

  1. echo "*EcWelcome to the *E[33m*E[3mAmiga Format*E[0m serious Coverdisk, Issue 117"
  2. echo "These utilities are for hard drive users only."
  3. echo "A hard drive is required to continue."
  4. echo "To start the installation you must have this month's games disk."
  5. echo "Several files are required by this disk in order to install."
  6. echo "If you have a second floppy drive, insert the games disk now."
  7. echo "If not, have the disk ready and I will ask for it when you continue."
  8. echo "Enter 'C' to Continue or 'X' to Exit."
  9. setenv >nil: type ?
  10. if not exists env:type
  11. skip 631
  12. endif
  13. if not $type EQ C
  14. skip 631
  15. lab 667
  16. endif
  17. copy af117a:c/unlzx ram:
  18. assign af117b: exists >ram:necessary
  19. search ram:necessary "Mounted" >nil:
  20. if warn
  21. echo "*EcFiles from the games disk are required to continue."
  22. echo "Please insert this month's *E[33m*E[3mAmiga Format*E[0m *games* disk."
  23. else
  24. skip 668
  25. endif
  26. skip 667 back
  27. lab 668
  28. endif
  29. delete ram:necessary quiet
  30. lab 639
  31. endif
  32. lab 163
  33. assign af117b: exists >ram:necessary
  34. search ram:necessary "Mounted" >nil:
  35. if warn
  36. echo "*EcPlease insert the *E[33m*E[3mAmiga Format*E[0m Coverdisk."
  37. else
  38. skip 164
  39. endif
  40. skip 163 back
  41. lab 164
  42. endif
  43. delete ram:necessary quiet
  44. skip 200
  45. lab 109
  46. endif
  47. lab 200
  48. echo "*EcCould you please now enter the path name you wish to install to on"
  49. echo "your hard drive?"
  50. echo "E.g. 'dh0:', 'work:test/', etc..."
  51. setenv >nil: pathname ?
  52. assign source: af117b:
  53. failat 21
  54. cd $pathname >nil:
  55. if fail
  56. failat 10
  57. skip 109 back
  58. endif
  59. failat 10
  60. echo "*EcOK... Installing files."
  61. ram:unlzx -a -q -bi24 x source:miniarcanoid.lzx ""
  62. assign source: remove
  63. lab 63
  64. assign af117a: exists >ram:necessary
  65. search ram:necessary "Mounted" >nil:
  66. if warn
  67. echo "*EcSome files from the serious coverdisk are now required."
  68. echo "Please insert this month's *E[33m*E[3mAmiga Format*E[0m *serious* coverdisk."
  69. else
  70. skip 64
  71. endif
  72. skip 63 back
  73. lab 64
  74. endif
  75. delete ram:necessary quiet
  76. assign source: af117a:archives/
  77. af117a:c/unlzx -a -q -bi24 x source:af117a1.lzx ""
  78. af117a:c/unlzx -a -q -bi24 x source:af117a2.lzx ""
  79. delete ram:pathname quiet
  80. assign source: remove
  81. lab 631
  82.