Subversion Repositories Kolibri OS

Rev

Rev 7422 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7358 leency 1
@del lang.h--
2
@echo #define LANG_RUS 1 >lang.h--
3
@del iconedit
4
cls
5
 
6
@c-- iconedit.c
7
@rename *.com *.
8
@del warning.txt
9
@del lang.h--
10
 
11
if exist iconedit (
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"
16
) else (
17
    @pause
18
)