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