INT2WHLP Interrupt List  -> WinHelp converter. 

Syntax is:
	INT2WHLP [options] [InPath [options] [OutPath [options]]]

InPpath is the source file directory. The program will use INTERRUP.LST
as the input file if it exists, or else it will use INTERRUP.A and consecutive
INTERRUP.B, ..., . The files CATEGORY.KEY and OVERVIEW.LST should also be in
the InPath directory. See also I2W-CFG.TXT's [WINDOWS] section.

OutPath is the output directory where the INTWIN.HPJ and *.RTF files will go.
The program will request InPath and OutPath if they are not specified as
parameters or in a configuration file.

Options are introduced by "-" or "/", and they are not case sensitive.
On switch options of the form "-E+" or "-E-", actually only the "-" in
position 3 is significant to turn the option off, "-E" alone or any other
string after "E" turns the option on.
Options taking an argument can optionally have a ":" after the option
character, e.g. "-C:medium" or "-Cmedium".
Implemented options are:
	-1[+|-]		Single-entry interrupt numbers are listed directly
			in the Interrupt Functions index instead of a
			reference "INT nn List" if this option is enabled.
			Default is disabled, for a filtered list with many
			single-entry interrupts enabling is preferable.
	-2[+|-]		The program can maintain two indexes, "Interrupt
			Index" (all entries) and "Interrupt Functions"
			(index with subindexes). -2- disables Interrupt Index.
			Default is enabled.
	-B[:]<build>	Inserts 'BUILD=<build>' in the HPJ file's [OPTIONS]
			section if <build> is not the empty string. Don't
			use any spaces in the <build> expression. Note
                        that the OR operator "|" cannot be passed in an
                        option because DOS interprets it as a pipe redirection.
                        Use the configuration file if the OR operator is
                        needed.
	-C[:][arg]	Controls HCxx's Compression ratio. If no -C option
			is used, compression is set to NO. If -C or -C: is
			used alone, compression is set to YES. Any argument
			is passed to HCxx, legal arguments are: 0, NO, OFF
			for no compression, MEDIUM for medium compression,
			or 1, YES, HIGH for high compression.
	-E[+|-]		Controls opening of a HCxx error log file INTWIN.ERR.
			Default is no error log.
	-F[:]<filter>	Specifies the name of the Filter file for a partial
			compilation of the Interrupt List. The filter file
			must be in the InPath directory, or the path must
			be given.
			NOTE! It is recommended not to perform a partial
			compilation because references to tables may be
			missing.
	-H[+|-]		Controls Headers in the Interrupt Index. If disabled,
			only the entries are listed in the index. If enabled,
			each new interrupt number gets a heading "INT nn".
			Default is enabled. -H is ignored if -2- is
			specified.
	-I[:]<columns>	Specifies the number of columns in the compressed
			Index. Legal values are 1, 4, 8, or 16. Default is
			1.
	-Q[+|-]		Controls blanks around the eQual sign in search
			strings "INT nn AH = ff" or "INT nn AH=ff". Default
			is blanks enabled.
	-S[+|-]		Controls the Scrolling of index headers. Indexes
			have a main header describing the Interrupt List,
			and an individual title. If scrolling is enabled,
			the title will scroll with the rest of the index,
			if disabled, the title will be part of the non-
			scrolling header. Scrolling is enabled by default.
