Subversion Repositories Kolibri OS

Rev

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

  1. @echo off
  2.  
  3. del *.kex
  4.  
  5. For /R %%i In (*.c) Do c-- "%%i"
  6.  
  7. rename *.com *.kex
  8. mkdir bin
  9. move *.kex bin\
  10.  
  11. del warning.txt
  12.  
  13. pause