1chmls(1) Compressed HTML help file utility chmls(1)
2
3
4
6 chmls - The FPC Pascal CHM utility
7
8
10 chmls [options] [command] [command specific parameters]
11
12
14 The chmls utility performs several CHM related functions, such as list‐
15 ing CHM file contents, extracting one file or the whole archive and
16 extracting special files. Archiving however is the domain of the chmcmd
17 utility
18
19
21 list <filename> [section number]
22 Shows contents of the archive's directory. The section number
23 can be 0 or 1, when no section number is specified, content from
24 both sections is displayed.
25
26
27 extract <chm filename> <filename to extract> [saveasname]
28 Extracts file "filename to get" from archive "filename", and, if
29 specified, saves it to [saveasname].
30
31
32 extractall <chm filename> [directory]
33 Extracts all files from archive "filename" to directory "direc‐
34 tory"
35
36
37 unblockchm <filespec1> [filespec2] ..
38 (Windows only) Mass unblocks (XPsp2+) the relevant CHMs. Multi‐
39 ple files and wildcards allowed
40
41
42 extractalias <chmfilename> [basefilename] [symbolprefix]
43 Extracts context info from file "chmfilename" to basefilename.h
44 and basefilename.ali, using symbols "symbolprefix" + contextnr
45
46
47 extracttoc <chmfilename> [filename]
48 Extracts the toc (mainly to check binary TOC)
49
50
51 extractindex <chmfilename> [filename]
52 Extracts the index (mainly to check binary index)
53
54 For backwards compatibility reasons, the list command is
55 default.
56
57
59 -h, --help
60 Show help text
61
62
63 -p, --no-page
64 Do not page list command output
65
66
67 -n, --name-only
68 Only show "name" column in list command output
69
70
72 chmcmd(1) fpc(1) fpdoc(1)
73
74
75
76Free Pascal 29 December 2010 chmls(1)