Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
7780 leency 1
@ECHO OFF
2
 
3
call "compile_ru.bat"
4
 
5
if exist WebView (
9289 leency 6
    "C:\Program Files (x86)\WinImage\winimage.exe" "C:\Users\leency\Desktop\kolibri.img" /H /Q /I WebView
7780 leency 7
    d:
8
    cd "D:\Kolibri\Infrastructure\QEMU"
9289 leency 9
    call "C:\Users\leency\Desktop\qemu.bat"
7780 leency 10
) else (
11
    pause
12
)