home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 13 / amigaformatcd13.iso / -readerstuff- / mark_sweeney / hard-disk_install < prev    next >
Encoding:
Text File  |  1997-03-05  |  3.1 KB  |  144 lines

  1. failat 21
  2.  
  3. df0:c/megaecho 
  4. df0:c/megaecho 
  5. df0:c/megaecho 
  6. df0:c/Style 2 
  7. df0:c/megaecho WELCOME TO THE FREEBASE INSTALLER!  delay 2
  8. df0:c/megaecho
  9. df0:c/style 1
  10. df0:c/megaecho This script will install FREEBASE to your chosen path. delay 2
  11.  
  12. Version >NIL: exec.library 37
  13. if warn
  14. df0:c/megaecho
  15. df0:c/style 2
  16. df0:c/megecho  UPGRADE! You need at least Kickstart 2.0!
  17.  skip abort
  18. endif
  19. df0:c/style 1
  20. df0:c/megaecho
  21. df0:c/megaecho
  22. df0:c/megaecho Still Wanna Continue? Yes y  No n delay 2
  23.  
  24. set input "n"
  25. set >NIL: input ?
  26.  
  27. if $input eq "yes"
  28.  skip start
  29. endif
  30.  
  31. if $input eq "y"
  32.  skip start
  33. endif
  34.  
  35.  
  36. skip abort
  37.  
  38. Lab start
  39. df0:c/style clear
  40. df0:c/style 3 R
  41. df0:c/megaecho
  42. df0:c/megaecho
  43. df0:c/Megaecho
  44. df0:c/megaecho Please Note: The Up And Down ARROW Gadgets In FREEBASE, delay 2
  45. df0:c/megaecho Will Quit To W/Bench If The MultiCX Commodity Is Installed! delay 2
  46. df0:c/megaecho This Is Not A Bug In FREEBASE! delay 2
  47. df0:c/megaecho Just An Unfortunate Incompatability with MultiCX! delay 2
  48. df0:c/megaecho
  49. df0:c/megaecho Either Deinstall MultiCX Or Just Use The Sliders! delay2
  50. df0:c/megaecho
  51. wait 1
  52. df0:c/style clear
  53. df0:c/style 3 R
  54. df0:c/megaecho
  55. df0:c/megaecho
  56. df0:c/megaecho :CREDITS: delay 2
  57. df0:c/megaecho
  58. df0:c/megaecho Imdad Shah delay 2
  59. df0:c/megaecho
  60. df0:c/megaecho For "STYLE" and "MEGAECHO" ( docs in c/ directory! ) delay 2
  61. df0:c/megaecho
  62. df0:c/megaecho Both used to make this installer look better! delay 2
  63. df0:c/megaecho
  64. df0:c/megaecho Thanks Imdad!
  65. df0:c/megaecho
  66. wait 1
  67. df0:c/style clear
  68. df0:c/style 1
  69. df0:c/megaecho
  70. df0:c/megaecho Please enter the path where you want FREEBASE to be installed. delay 2
  71. echo ""
  72. df0:c/style 2
  73. df0:c/megaecho The path must end with ( / or : )! delay 2
  74. df0:c/style 3
  75. df0:c/megaecho
  76. df0:c/megaecho EG: Create A NewDrawer on DH1: called FREEBASE Path = DH1:FREEBASE/ delay 2
  77. df0:c/megaecho
  78.  
  79. lab Enterpath
  80. df0:c/style 1
  81. df0:c/megaecho
  82. echo noline "         Enter the path: "
  83. set Path "[blank]"
  84. set >NIL: Path ?
  85. if not exists $Path
  86. df0:c/style 2
  87. df0:c/megaecho
  88. df0:c/megaecho NO WAY DUDE! '$Path' DOES NOT EXIST! delay 2
  89.   skip back Enterpath
  90. endif
  91. df0:c/megaecho
  92. df0:c/megaecho Installing UFA files to '$Path'... delay 2
  93.  
  94. Copy df0:FREEBASE_V431 to $Path >NIL:
  95. Copy Df0:#?.data to $Path >NIL:
  96. Copy Df0:FREEBASE_V431.info to $Path >NIL:
  97.  
  98. if warn
  99. df0:c/megaecho
  100. df0:c/megaecho An error occured! Please check diskspace! Delay 2
  101.  skip abort
  102. else
  103. df0:c/style 3
  104. df0:c/megaecho
  105. df0:c/megaecho ALL DONE! delay 2
  106. endif
  107.  
  108. Version >NIL: explode.library
  109. if warn
  110. df0:c/style clear
  111. df0:c/style 2
  112. df0:c/megaecho
  113. df0:c/megaecho Installing explode.library to 'LIBS:'... delay 2
  114.  copy libs explode.library to LIBS: >NIL:
  115. else
  116. df0:c/style 1
  117. df0:c/megaecho
  118. df0:c/megaecho ....Explode.library Already Exists. Not Copied....
  119. endif
  120.  
  121. if warn
  122. df0:c/style 3
  123. df0:c/megaecho An error occured! Please check diskspace! delay 2
  124.   skip abort
  125.  endif
  126.  if not exists dh0:c/run
  127.  copy df0:c/run dh0:c/ >NIL:
  128. endif
  129.  
  130.  
  131.  
  132. df0:c/style 3
  133. df0:c/megaecho
  134. df0:c/megaecho Installation Complete! Please Enjoy FREEBASE!delay 2
  135. df0:c/megaecho
  136.  
  137.  
  138. Lab abort
  139. df0:c/style 2
  140. df0:c/megaecho
  141. df0:c/megaecho Installation aborted... delay 2
  142. Wait 2
  143. quit
  144.