Subversion Repositories Kolibri OS

Rev

Rev 9428 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. @echo off
  2.  
  3. For /R %%i In (*.c) Do c-- /D=LANG_ENG "%%i"
  4.  
  5. mkdir bin
  6. del bin\*.* /Q
  7. move *.com bin
  8.  
  9. cd bin
  10. forfiles /S /M *.com /C "cmd /c rename @file @fname"
  11. rename software_widget syspanel
  12. rename reshare @reshare
  13. cd ..
  14.  
  15. del warning.txt
  16.  
  17. rem pause