home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 19
/
AACD19.BIN
/
AACD
/
System
/
BoingBag2
/
Locales
/
português-brasil
/
Locale_Installation
next >
Wrap
Text File
|
2001-01-08
|
610b
|
24 lines
if exists Locales/português-brasil
assign "currentdir$process:" ""
cd Locales/português-brasil
endif
failat 25
copy locale locale: all clone quiet
copy devs devs: all clone quiet
if $rc eq "0"
RequestChoice "Locale Installation" "Installation successfully completed.*nChanges will come into effect after next reboot." "Ok" >NIL:
else
requestchoice "Locale Installation" "Installation of catalogs and support files failed:*n`fault 212`" "Oops" >NIL:
endif
failat 10
assign "currentdir$process:" exists >NIL:
if not warn
cd "currentdir$process:"
assign "currentdir$process:" remove
endif