Subversion Repositories Kolibri OS

Rev

Rev 7913 | Rev 9428 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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