Subversion Repositories Kolibri OS

Rev

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

Rev 7829 Rev 7834
Line 6... Line 6...
6
		db '   Path:'
6
		db '   Path:'
7
aCompress	db ' Compress',0
7
aCompress	db ' Compress',0
8
aDecompress	db 'Decompress',0
8
aDecompress	db 'Decompress',0
9
definoutname	db 0
9
definoutname	db 0
10
defpath		db '/rd/1',0
10
defpath		db '/rd/1',0
-
 
11
kernel_name db 'kernel.mnt',0
11
;curedit		dd 0
12
;curedit		dd 0
Line 12... Line 13...
12
 
13
 
13
info_str	db 'KPack - Kolibri Packer, version 0.21',10
14
info_str	db 'KPack - Kolibri Packer, version 0.22',10
14
		db 'Uses LZMA v4.32 compression library',10,10
15
		db 'Uses LZMA v4.32 compression library',10,10
15
info_len	= $ - info_str
16
info_len	= $ - info_str
16
usage_str	db 'Written by diamond in 2006-2009 specially for KolibriOS',10
17
usage_str	db 'Written by diamond in 2006-2009 specially for KolibriOS',10
17
		db 'Disassembled code, using Box_Lib, Proc_Lib and OpenDialog',10
18
		db 'Disassembled code, using Box_Lib, Proc_Lib and OpenDialog',10
18
		db 'by Mario79, 2010',10
19
		db 'by Mario79, 2010',10
19
		db 'LZMA is copyright (c) 1999-2005 by Igor Pavlov',10
20
		db 'LZMA is copyright (c) 1999-2005 by Igor Pavlov',10
20
		db 10
21
		db 10
21
		db 'Command-line usage:',10
22
		db 'Command-line usage:',10
-
 
23
		db '   path_to_infile with zero',10
22
		db '   path_to_infile with zero',10
24
		db '   use <-ker> key to pack kernel',10
23
		db 10
25
		db 10
24
		db 'Window usage:',10
26
		db 'Window usage:',10
25
		db '   Select file with PATH-button or set all data in the',10
27
		db '   Select file with PATH-button or set all data in the',10
26
		db '   text fileds manually, then press an appropriate button',10
28
		db '   text fileds manually, then press an appropriate button',10