home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / System / BoingBag2 / Locales / português-brasil / Locale_Installation next >
Text File  |  2001-01-08  |  610b  |  24 lines

  1. if exists Locales/português-brasil
  2.    assign "currentdir$process:" ""
  3.    cd Locales/português-brasil
  4. endif
  5.  
  6. failat 25
  7.  
  8. copy locale locale: all clone quiet
  9. copy devs devs: all clone quiet
  10. if $rc eq "0"
  11.    RequestChoice "Locale Installation" "Installation successfully completed.*nChanges will come into effect after next reboot." "Ok" >NIL:
  12.  else
  13.    requestchoice "Locale Installation" "Installation of catalogs and support files failed:*n`fault 212`" "Oops" >NIL:
  14. endif
  15. failat 10
  16.  
  17. assign "currentdir$process:" exists >NIL:
  18. if not warn
  19.    cd "currentdir$process:"
  20.    assign "currentdir$process:" remove
  21. endif
  22.  
  23.  
  24.