Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
7151 leency 1
@del iconedit
7148 leency 2
@c-- iconedit.c
7089 leency 3
@rename *.com *.
4
@del warning.txt
7151 leency 5
 
6
 
7
if exist iconedit (
8
    "C:\Program Files (x86)\WinImage\winimage.exe" "C:\Users\Leency\Desktop\kolibri.img" /H /Q /I iconedit
9
    cd D:\Kolibri\Infrastructure\QEMU
10
    call "D:\Kolibri\Infrastructure\QEMU\qemu-kos-img.bat"
11
) else (
12
    @pause
13
)