Subversion Repositories Kolibri OS

Rev

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

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