Subversion Repositories Kolibri OS

Rev

Rev 7911 | Rev 7928 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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