home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / System / BoingBag2 / Locales / slovensko / Locale_Installation next >
Text File  |  2001-01-08  |  630b  |  25 lines

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