home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
util
/
injector-2.00.lha
/
Injector
/
ErrorMsg
/
Install
/
InstallErrorCom
next >
Wrap
Text File
|
1994-04-21
|
1KB
|
44 lines
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 "*N
Do you want to copy "
echo "
ErrorCom V1.0
"
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"
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 "*N
Do you want to copy "
echo "
WhatError V1.0
"
ask "into your C: directory ?"
IF WARN
echo "*NCopying..." NOLINE
copy /WhatError/WhatError to C:
echo "Done."
ENDIF
echo "*NAll done."
Lab Exit
Quit