Subversion Repositories Kolibri OS

Rev

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

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