home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / OS3.5+ / BoingBag2a.lha / BoingBag2 / Locales / fran軋is / Locale_Installation next >
Text File  |  2001-01-09  |  562b  |  23 lines

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