home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 19
/
AACD19.BIN
/
AACD
/
System
/
BoingBag2
/
Locales
/
norsk
/
Locale_Installation
next >
Wrap
Text File
|
2001-01-08
|
556b
|
23 lines
if exists Locales/norsk
assign "currentdir$process:" ""
cd Locales/norsk
endif
failat 25
copy locale locale: 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