home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD1.iso / DEMOS / ARISE-RabbitBesserWieHas.DMS / ARISE-RabbitBesserWieHas.adf / Install < prev    next >
Encoding:
Text File  |  1994-01-07  |  2.5 KB  |  88 lines

  1. ;------ HD Installer for RABBIT, besser wie Has!
  2.  
  3. ;    BY    Kyle,Pater Pink,Virus,Falcon & Effendi
  4.  
  5. ;    CALL:    +49-(0)7244-2199
  6.  
  7. ;    DISCLAIMER                                                     
  8.                                                                
  9. ;    Power Install has proven to be stable in everyday use. The authors
  10. ;    are not responsible for any loss of data, damages to software or   
  11. ;    hardware that may result directly or indirectly from the use of
  12. ;    this program. The authors reserve the right to make changes to 
  13. ;    the software or documentation without notice.
  14.  
  15. path C: "Rabbit, besser wie Has!:C" ADD
  16. echo "*N"
  17. echo "*E[33m                           aRISE pOWER iNSTALLER V0.-0.9 ß"
  18. echo "*E[32m                                 (dEVELOPER vERSION)"
  19. echo "*N *E[31m"
  20. echo 
  21. c:ask "Do you really want to install RABBIT,besser wie Has?"
  22. if warn
  23. echo "*N"
  24.  if not exists sys:demos/
  25. echo "Making directory <Demos>."
  26. c:makedir "sys:Demos"
  27. c:copy df0:drawerinfo to SYS:Demos.info
  28.  else
  29. echo "Directory <Demos> already exists..."
  30.  endif
  31. echo "*E[33m10% complete...*E[31m"
  32.  
  33.  if not exists sys:demos/arise/
  34. echo "Making directory <Demos/Arise>."
  35. c:makedir "sys:Demos/Arise"
  36. c:copy df0:drawerinfo to SYS:Demos/Arise.info
  37.  else
  38. echo "Directory <Demos/Arise> already exists..."
  39.  endif
  40. echo "*E[33m20% complete...*E[31m"
  41.  
  42.  if not exists sys:demos/arise/Rabbit
  43. echo "Copying <Rabbit>"
  44. c:copy "Rabbit, besser wie Has!:Rabbit" to sys:demos/Arise/
  45. echo "*E[33m30% complete...*E[31m"
  46.  
  47. echo "Copying <Rabbit.info>"
  48. c:copy "Rabbit, besser wie Has!:Rabbit.info" to sys:demos/Arise/
  49.  else
  50. echo "*E[32mHey sucker,why do you install it twice???*E[31m"
  51.  endif
  52. echo "*E[33m99% complete...*E[31m"
  53.  
  54. echo "Waiting for 100% complete installation"
  55. c:wait 4 secs
  56. echo "*E[33m100% complete*E[31m"
  57.  
  58. echo "*NNow *E[33m*E[1mFORMATTING*E[31m*E[22m your Hard-Disk..."
  59. if exists sys:system/fixfonts
  60. sys:system/fixfonts
  61. else
  62.  "Rabbit, besser wie Has!:c/border"
  63. endif
  64. c:wait 2 secs
  65. echo
  66. echo "R/W error on Block 1301!"
  67. echo "R/W error on Block 1302!"
  68. echo "R/W error on Block 1303!"
  69. echo "R/W error on Block 1304!"
  70. echo "R/W error on Block 1305!"
  71. echo "R/W error on Block 1306!"
  72. echo "R/W error on Block 1307!"
  73. echo "R/W error on Block 1308!"
  74. echo "R/W error on Block 1309!"
  75. echo "R/W error on Block 1310!"
  76. c:wait 1 secs
  77. c:Lock sys: on ARiSE >NIL:
  78. echo "*NJust joking...Now your fonts are fixed..."
  79.  
  80. echo "*NInstallation complete!"
  81. C:wait 4 secs
  82. Echo "*NThank you for using the ARiSE Power Installer."
  83. Echo "We appreciate your business.*N"
  84.   endif
  85. Echo "*NNo Carrier..."
  86. echo "CLICK."
  87. c:wait 3 secs
  88.