home *** CD-ROM | disk | FTP | other *** search
- echo "Welcome to the ErrorCom installation script.*N"
-
- version >NIL: exec.library 37
- IF WARN
- echo "You need Kickstart 2.04 to use ErrorCom, sorry !"
- skip Exit
- ENDIF
-
- echo "*NDo you want to copy "
- echo "ErrorCom 2.00"
- echo "into your SYS:Utilities/Commodities directory (this is absolutely"
- ask "not required for it to run, but it is a convenient place) ?"
-
- IF WARN
- echo "*NCopying..." NOLINE
- copy /ErrorCom/ErrorCom to SYS:Utilities/Commodities/ErrorCom
- echo "Done."
- ENDIF
-
- echo "*NFor ErrorCom to operate in your language, I must copy"
- echo "a catalog file to your system disk for each language supported"
- echo "(except for english, which is the builtin language).*N"
- echo "If you prefer, you may copy the Catalogs directory to"
- echo "the same directory as the ErrorCom program itself,"
- echo "but you will have to do it yourself in this case.*N"
-
- ask "Copy the french (français) catalog file ?"
- IF WARN
- echo "*NCopying..." NOLINE
- copy /ErrorCom/Catalogs/Français/errorcom.catalog to LOCALE:Catalogs/Français/errorcom.catalog
- echo "Done."
- ENDIF
-
- echo "*NDo you want to copy "
- echo "WhatError 1.04"
- ask "into your C: directory ?"
- IF WARN
- echo "*NCopying..." NOLINE
- copy /WhatError/WhatError to C:
- echo "Done."
- ENDIF
-
- echo "*NAll done."
-
- Lab Exit
- Quit
-