Subversion Repositories Kolibri OS

Rev

Rev 7148 | Rev 7229 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. @del iconedit
  2. @c-- iconedit.c
  3. @rename *.com *.
  4. @del warning.txt
  5.  
  6.  
  7. if exist iconedit (
  8.     "C:\Program Files (x86)\WinImage\winimage.exe" "C:\Users\Leency\Desktop\kolibri.img" /H /Q /I iconedit
  9.     cd D:\Kolibri\Infrastructure\QEMU
  10.     call "D:\Kolibri\Infrastructure\QEMU\qemu-kos-img.bat"
  11. ) else (
  12.     @pause
  13. )
  14.