home *** CD-ROM | disk | FTP | other *** search
- echo "Welcome to the ARexxSupervisor installation script.*N"
-
- version >NIL: exec.library 37
- IF WARN
- echo "You need Kickstart 2.04 to use ARexxSupervisor, sorry !"
- skip Exit
- ENDIF
-
- echo "*NARexxSupervisor is able to operate in your language provided"
- echo "that the good catalog is available. These catalogs can be installed"
- echo "by copying the directory named "Catalogs" which is available on"
- echo "this disk into the same directory as the main program. You may"
- echo "also prefer to copy the catalog(s) to your LOCALE:Catalogs/<lang>"
- echo "directories (on your system disk), which is the job of this script."
- ask "Do you want to continue ?"
- IF NOT WARN
- echo "*NWell, bye then."
- Skip Exit
- ENDIF
-
- echo "*NSo you want me to copy some catalog files to your system disk..."
- echo "By the way, you have to tell me which languages you want to copy"
- echo "(except for english, which is the builtin language):*N"
-
- ask "Copy the french (français) catalog file ?"
- IF WARN
- echo "*NCopying..." NOLINE
- copy Catalogs/Français/ARexxSupervisor.catalog to LOCALE:Catalogs/Français/ARexxSupervisor.catalog
- echo "Done."
- ENDIF
-
- echo "*NAll done."
-
- Lab Exit
- Quit
-