Subversion Repositories Kolibri OS

Rev

Rev 7358 | Rev 7977 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7358 Rev 7422
Line 7... Line 7...
7
@rename *.com *.
7
@rename *.com *.
8
@del warning.txt
8
@del warning.txt
9
@del lang.h--
9
@del lang.h--
Line 10... Line 10...
10
 
10
 
11
if exist iconedit (
11
if exist iconedit (
12
    "C:\Program Files\WinImage\winimage.exe" "D:\Soft\Kolibri\QEMU\kolibri.img" /H /Q /I iconedit
12
    "C:\Program Files (x86)\WinImage\winimage.exe" "C:\Users\Leency\Desktop\kolibri.img" /H /Q /I iconedit
13
    d:
13
    d:
14
    cd "D:\Soft\Kolibri\QEMU"
14
    cd "D:\Kolibri\Infrastructure\QEMU"
15
    call "D:\Soft\Kolibri\QEMU\qemu-kos-img.bat"
15
    call "z_kos.bat"
16
) else (
16
) else (
17
    @pause
17
    @pause
-
 
18
)