Subversion Repositories Kolibri OS

Rev

Rev 7229 | Rev 7422 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7358 leency 1
@del lang.h--
2
@echo #define LANG_ENG 1 >lang.h--
7151 leency 3
@del iconedit
7358 leency 4
cls
5
 
7148 leency 6
@c-- iconedit.c
7089 leency 7
@rename *.com *.
8
@del warning.txt
7358 leency 9
@del lang.h--
7151 leency 10
 
11
if exist iconedit (
7229 leency 12
    "C:\Program Files\WinImage\winimage.exe" "D:\Soft\Kolibri\QEMU\kolibri.img" /H /Q /I iconedit
13
    d:
14
    cd "D:\Soft\Kolibri\QEMU"
15
    call "D:\Soft\Kolibri\QEMU\qemu-kos-img.bat"
7151 leency 16
) else (
17
    @pause
18
)