Subversion Repositories Kolibri OS

Rev

Rev 7928 | Rev 9428 | Go to most recent revision | 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. cd ..
  13.  
  14. del warning.txt
  15.  
  16. pause