home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Disk&HD / hfm1_3.lha / HF-MOUNTER1_3 / Install < prev    next >
Encoding:
Text File  |  1995-04-22  |  1.9 KB  |  92 lines

  1. echo "*Ec"
  2. echo "   *E[1m  Willkommen zum  *E[22;4;32;41mHF-Mounter*E[0m*E[1m  Install-Script ! "
  3. echo ""
  4. echo "  Es wird die benötigten Dateien auf Deine Festplatte kopieren !*E[0m"
  5. assign >nil: c: exists
  6. if warn
  7. echo "*Ec"
  8. echo "Uberprüf mal Deine Systeminstallation"
  9. echo "*E[1mc:*E[0m nicht assigned"
  10. quit
  11. endif
  12. assign >nil: devs: exists
  13. if warn
  14. echo "*Ec"
  15. echo "Überprüf mal Deine Systeminstallation"
  16. echo "*E[1mdevs:*E[0m nicht assigned"
  17. quit
  18. endif
  19. assign >nil: libs: exists
  20. if warn
  21. echo "*Ec"
  22. echo "Überprüf mal Deine Systeminstallation"
  23. echo "*E[1mlibs:*E[0m nicht assigned"
  24. quit
  25. endif
  26. c:version >nil: libs:rexxreqtools.library 37
  27. if warn
  28. copy rexxreqtools.library to LIBS: quiet noreq
  29. echo " *E[1m Kopiere Rexxreqtools.library *E[0m"
  30. echo "." NOLINE
  31. echo "." NOLINE
  32. echo "." NOLINE
  33. echo "." NOLINE
  34. echo "." NOLINE
  35. echo "." NOLINE
  36. echo "." NOLINE
  37. echo "."
  38. echo ""
  39. wait 2 secs
  40. endif
  41. c:version >nil: devs:fmsdisk.device
  42. if warn
  43. copy fmsdisk.device to devs: quiet noreq
  44. echo " *E[1m Kopiere fmsdisk.device*E[0m"
  45. echo "." NOLINE
  46. echo "." NOLINE
  47. echo "." NOLINE
  48. echo "." NOLINE
  49. echo "." NOLINE
  50. echo "." NOLINE
  51. echo "." NOLINE
  52. echo "."
  53. echo ""
  54. wait 2 secs
  55. endif
  56. copy hf-mountlist to devs: quiet noreq
  57. echo " *E[1m Kopiere HF-Mountlist*E[0m"
  58. echo "." NOLINE
  59. echo "." NOLINE
  60. echo "." NOLINE
  61. echo "." NOLINE
  62. echo "." NOLINE
  63. echo "." NOLINE
  64. echo "." NOLINE
  65. echo "."
  66. echo ""
  67. wait 2 secs
  68. copy hf to c: quiet noreq
  69. echo " *E[1m Kopiere HF-Mounter*E[0m"
  70. echo "." NOLINE
  71. echo "." NOLINE
  72. echo "." NOLINE
  73. echo "." NOLINE
  74. echo "." NOLINE
  75. echo "." NOLINE
  76. echo "." NOLINE
  77. echo "."
  78. wait 2 secs
  79. echo "*Ec"
  80. echo ""
  81. echo "*E[1m Installation abgeschlossen, alle Files kopiert*E[0m"
  82. echo ""
  83. echo "*E[1m HF befindet sich im C-Verzeichnis Deiner System-Partition*E[0m"
  84. echo ""
  85. echo "*E[1m Zur Benutzung lies das *E[22;4;32;41mHF-DOC-FILE*E[0m"
  86. echo ""
  87. ask "   *E[22;4;32;41mAlles klar?*E[0m y/n"
  88. if not warn
  89. echo ""
  90. echo " Lies das Doc!"
  91. endif
  92.