Subversion Repositories Kolibri OS

Rev

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

Rev 5548 Rev 5959
Line 1... Line 1...
1
C-- example.c
1
c-- example.c
-
 
2
c-- collections.c
-
 
3
 
2
@del example
4
@del @@example
-
 
5
@del @@collections
-
 
6
 
3
@rename example.com example
7
@rename example.com @@example
4
kpack example
8
@rename collections.com @@collections
-
 
9
 
5
@del warning.txt
10
@del warning.txt
6
@pause
11
@pause
7
@rem ====== Automatically add binnary to kolibri.img and then run QEMU =====
-
 
8
@rem"C:\Program Files (x86)\WinImage\WINIMAGE.exe" D:\Kolibri\work\QEMU\kolibri.img  /I /H/Q C:\Users\Leency\Dropbox\CMM\example\example
-
 
9
@rem @cd /d C:\Work\QEMU
-
 
10
@rem C:\Work\QEMU\kolibri_qumu.bat
-
 
11
12