Subversion Repositories Kolibri OS

Rev

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

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