home *** CD-ROM | disk | FTP | other *** search
- ;------ HD Installer for RABBIT, besser wie Has!
-
- ; BY Kyle,Pater Pink,Virus,Falcon & Effendi
-
- ; CALL: +49-(0)7244-2199
-
- ; DISCLAIMER
-
- ; Power Install has proven to be stable in everyday use. The authors
- ; are not responsible for any loss of data, damages to software or
- ; hardware that may result directly or indirectly from the use of
- ; this program. The authors reserve the right to make changes to
- ; the software or documentation without notice.
-
- path C: "Rabbit, besser wie Has!:C" ADD
- echo "*N"
- echo "*E[33m aRISE pOWER iNSTALLER V0.-0.9 ß"
- echo "*E[32m (dEVELOPER vERSION)"
- echo "*N *E[31m"
- echo
- c:ask "Do you really want to install RABBIT,besser wie Has?"
- if warn
- echo "*N"
- if not exists sys:demos/
- echo "Making directory <Demos>."
- c:makedir "sys:Demos"
- c:copy df0:drawerinfo to SYS:Demos.info
- else
- echo "Directory <Demos> already exists..."
- endif
- echo "*E[33m10% complete...*E[31m"
-
- if not exists sys:demos/arise/
- echo "Making directory <Demos/Arise>."
- c:makedir "sys:Demos/Arise"
- c:copy df0:drawerinfo to SYS:Demos/Arise.info
- else
- echo "Directory <Demos/Arise> already exists..."
- endif
- echo "*E[33m20% complete...*E[31m"
-
- if not exists sys:demos/arise/Rabbit
- echo "Copying <Rabbit>"
- c:copy "Rabbit, besser wie Has!:Rabbit" to sys:demos/Arise/
- echo "*E[33m30% complete...*E[31m"
-
- echo "Copying <Rabbit.info>"
- c:copy "Rabbit, besser wie Has!:Rabbit.info" to sys:demos/Arise/
- else
- echo "*E[32mHey sucker,why do you install it twice???*E[31m"
- endif
- echo "*E[33m99% complete...*E[31m"
-
- echo "Waiting for 100% complete installation"
- c:wait 4 secs
- echo "*E[33m100% complete*E[31m"
-
- echo "*NNow *E[33m*E[1mFORMATTING*E[31m*E[22m your Hard-Disk..."
- if exists sys:system/fixfonts
- sys:system/fixfonts
- else
- "Rabbit, besser wie Has!:c/border"
- endif
- c:wait 2 secs
- echo
- echo "R/W error on Block 1301!"
- echo "R/W error on Block 1302!"
- echo "R/W error on Block 1303!"
- echo "R/W error on Block 1304!"
- echo "R/W error on Block 1305!"
- echo "R/W error on Block 1306!"
- echo "R/W error on Block 1307!"
- echo "R/W error on Block 1308!"
- echo "R/W error on Block 1309!"
- echo "R/W error on Block 1310!"
- c:wait 1 secs
- c:Lock sys: on ARiSE >NIL:
- echo "*NJust joking...Now your fonts are fixed..."
-
- echo "*NInstallation complete!"
- C:wait 4 secs
- Echo "*NThank you for using the ARiSE Power Installer."
- Echo "We appreciate your business.*N"
- endif
- Echo "*NNo Carrier..."
- echo "CLICK."
- c:wait 3 secs
-