Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

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