2018-09-14 09:49:37 +00:00
|
|
|
@del lang.h--
|
|
|
|
@echo #define LANG_ENG 1 >lang.h--
|
2018-02-07 22:09:46 +00:00
|
|
|
@del iconedit
|
2018-09-14 09:49:37 +00:00
|
|
|
cls
|
|
|
|
|
2018-02-05 19:13:37 +00:00
|
|
|
@c-- iconedit.c
|
2017-10-11 23:19:28 +00:00
|
|
|
@rename *.com *.
|
|
|
|
@del warning.txt
|
2018-09-14 09:49:37 +00:00
|
|
|
@del lang.h--
|
2018-02-07 22:09:46 +00:00
|
|
|
|
|
|
|
if exist iconedit (
|
2020-05-24 16:46:26 +00:00
|
|
|
"C:\Program Files (x86)\WinImage\winimage.exe" "D:\Kolibri\Desktop\kolibri.img" /H /Q /I iconedit
|
2018-04-16 09:30:24 +00:00
|
|
|
d:
|
2018-10-01 16:41:14 +00:00
|
|
|
cd "D:\Kolibri\Infrastructure\QEMU"
|
|
|
|
call "z_kos.bat"
|
2018-02-07 22:09:46 +00:00
|
|
|
) else (
|
|
|
|
@pause
|
|
|
|
)
|
2018-10-01 16:41:14 +00:00
|
|
|
|