Subversion Repositories Kolibri OS

Rev

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_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 (
7977 leency 12
    "C:\Program Files (x86)\WinImage\winimage.exe" "D:\Kolibri\Desktop\kolibri.img" /H /Q /I iconedit
7358 leency 13
    d:
7422 leency 14
    cd "D:\Kolibri\Infrastructure\QEMU"
15
    call "z_kos.bat"
7358 leency 16
) else (
17
    @pause
18
)