forked from KolibriOS/kolibrios
af05642a48
QUARK: move to ISO SYSMON: use @reshare Various small updates and fixes git-svn-id: svn://kolibrios.org@9428 a494cfbc-eb01-0410-851d-a64ba20cac60
17 lines
259 B
Batchfile
17 lines
259 B
Batchfile
@echo off
|
|
|
|
For /R %%i In (*.c) Do c-- /D=LANG_ENG "%%i"
|
|
|
|
mkdir bin
|
|
del bin\*.* /Q
|
|
move *.com bin
|
|
|
|
cd bin
|
|
forfiles /S /M *.com /C "cmd /c rename @file @fname"
|
|
rename software_widget syspanel
|
|
rename reshare @reshare
|
|
cd ..
|
|
|
|
del warning.txt
|
|
|
|
pause |