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