Subversion Repositories Kolibri OS

Rev

Rev 7911 | Rev 7928 | 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. cd ..
  14.  
  15. del warning.txt
  16. del lang.h--
  17.  
  18. pause