Subversion Repositories Kolibri OS

Rev

Rev 7928 | Rev 9428 | 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
 
8954 leency 3
For /R %%i In (*.c) Do c-- /D=LANG_ENG "%%i"
7911 leency 4
 
5
mkdir bin
7913 leency 6
del bin\*.* /Q
7
move *.com bin
7911 leency 8
 
7913 leency 9
cd bin
10
forfiles /S /M *.com /C "cmd /c rename @file @fname"
7928 leency 11
rename software_widget syspanel
7913 leency 12
cd ..
13
 
7911 leency 14
del warning.txt
15
 
16
pause