kolibrios/programs/cmm/misc/build.bat
Kirill Lipatov (Leency) af05642a48 @RESHARE: add into IMG, and to autorun, fix memory leak
QUARK: move to ISO
SYSMON: use @reshare
Various small updates and fixes

git-svn-id: svn://kolibrios.org@9428 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-16 19:08:12 +00:00

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