Subversion Repositories Kolibri OS

Rev

Rev 7151 | Rev 7358 | 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 (
7229 leency 8
    "C:\Program Files\WinImage\winimage.exe" "D:\Soft\Kolibri\QEMU\kolibri.img" /H /Q /I iconedit
9
    d:
10
    cd "D:\Soft\Kolibri\QEMU"
11
    call "D:\Soft\Kolibri\QEMU\qemu-kos-img.bat"
7151 leency 12
) else (
13
    @pause
14
)