Subversion Repositories Kolibri OS

Rev

Rev 7977 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8954 leency 1
@c-- /D=LANG_ENG iconedit.c
7358 leency 2
@del iconedit
3
@rename *.com *.
4
@del warning.txt
5
 
6
if exist iconedit (
7977 leency 7
    "C:\Program Files (x86)\WinImage\winimage.exe" "D:\Kolibri\Desktop\kolibri.img" /H /Q /I iconedit
7358 leency 8
    d:
7422 leency 9
    cd "D:\Kolibri\Infrastructure\QEMU"
10
    call "z_kos.bat"
7358 leency 11
) else (
12
    @pause
13
)