home *** CD-ROM | disk | FTP | other *** search
- echo "*Ec"
- echo " *E[1m Willkommen zum *E[22;4;32;41mHF-Mounter*E[0m*E[1m Install-Script ! "
- echo ""
- echo " Es wird die benötigten Dateien auf Deine Festplatte kopieren !*E[0m"
- assign >nil: c: exists
- if warn
- echo "*Ec"
- echo "Uberprüf mal Deine Systeminstallation"
- echo "*E[1mc:*E[0m nicht assigned"
- quit
- endif
- assign >nil: devs: exists
- if warn
- echo "*Ec"
- echo "Überprüf mal Deine Systeminstallation"
- echo "*E[1mdevs:*E[0m nicht assigned"
- quit
- endif
- assign >nil: libs: exists
- if warn
- echo "*Ec"
- echo "Überprüf mal Deine Systeminstallation"
- echo "*E[1mlibs:*E[0m nicht assigned"
- quit
- endif
- c:version >nil: libs:rexxreqtools.library 37
- if warn
- copy rexxreqtools.library to LIBS: quiet noreq
- echo " *E[1m Kopiere Rexxreqtools.library *E[0m"
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "."
- echo ""
- wait 2 secs
- endif
- c:version >nil: devs:fmsdisk.device
- if warn
- copy fmsdisk.device to devs: quiet noreq
- echo " *E[1m Kopiere fmsdisk.device*E[0m"
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "."
- echo ""
- wait 2 secs
- endif
- copy hf-mountlist to devs: quiet noreq
- echo " *E[1m Kopiere HF-Mountlist*E[0m"
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "."
- echo ""
- wait 2 secs
- copy hf to c: quiet noreq
- echo " *E[1m Kopiere HF-Mounter*E[0m"
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "." NOLINE
- echo "."
- wait 2 secs
- echo "*Ec"
- echo ""
- echo "*E[1m Installation abgeschlossen, alle Files kopiert*E[0m"
- echo ""
- echo "*E[1m HF befindet sich im C-Verzeichnis Deiner System-Partition*E[0m"
- echo ""
- echo "*E[1m Zur Benutzung lies das *E[22;4;32;41mHF-DOC-FILE*E[0m"
- echo ""
- ask " *E[22;4;32;41mAlles klar?*E[0m y/n"
- if not warn
- echo ""
- echo " Lies das Doc!"
- endif
-