Running CPPtoHTML

CPPtoHTML is a Win32 app which can be invoked from the command line as
follows:


C:\> CPPtoHTML sourceFile [headerNamesFile] [background]
     
sourceFile is the name of the C/C++ source code file to be converted to
HTML.

[headerNamesFile] specifies an optional text file containing the names
of header files. CPPtoHTML will generate links to these header files
within the output HTML document. Header file names must be listed one
per line within the header names file. See the file testHTML.cmd for
examples of the command to invoke CPPtoHTML and headers.txt as an
example of a header names file. The only limitation is that the header
file HTML files must be in the same directory as the C/C++ HTML files in
order for the links to header files to work. The reason I use the header
file names file is so that users can limit the header files for which
hyper links are generated.
   
[background] specifies the name of a background GIF that can be used for
the background when displayed in a browser.
