------------ Included files --------
Please check that all the files were extracted correctly from the zip file.

dox200d.zip:
dox.exe         The 16-bit DOS version of dox.
doxhist.txt     The history file for the dox project.
dox200d.txt     This file.
readme.txt      The main readme file.
resume.rtf      An example Rich Text Format file.


If all the files are not there then you might like to download them again.
For info go to my site at:
http://users.hunterlink.net.au/~mabatp/


------------- Unpacking dox -----------
Simply unzip the zip file in the directory where you want dox to reside on
your hard drive.

You can then add dox's directory to your path statement. You can add or
change a path statement in autoexec.bat

Enjoy dox!


------------- Using dox ----------------
Dox couldn't be simpler to use in its basic command line form:
At the DOS prompt:
dox <infile> -o<force> | -of <outfile> 

Inside a MS-DOS window in win95:
dox <infile> -o<force>
(if you don't want to use long filenames).

doxw32 <infile> -o<force> | -of <outfile>
(for long filenames)

e.g.
dox resume.rtf -oh
dox resume.rtf -of resume.html

Dox assumes the following about the file extensions:
* html = A hyper text markup language file
* htm = Same as html
* rtf = A rich text format file
* txt = A text file

You can override this by adding a "force" character to the -f or -o option:
* h = Force html
* r = Force rtf
* t = Force text
* f = Next command is filename
* s = Use stdin / stdout

------- Full command line description ----------
dox [[-[force]] <infile>] [-o[force] [<outfile>]] [-l <linelength>] [-s] [-?]
doxw32 [[-[force]] <infile>] [-o[force] [<outfile>]] [-l <linelength>] [-s]
        [-?]

-?      Display help information.
-, -o   See introduction. - is for input, -o is for output. 
-s      Font *S*ensitive. Makes the conversion sensitive to the size of the
        font.
-l      Set length before wrapping occurs for text output. Default is 80.

Dox is copyright 1998 by Andrew Punch. The source code for this programme
may not be used without acknowledgement being given.

The win95 programming was written on djgpp using rsxntdj. Thankyou to
DJ Delorie and Rainer Schnitker respectively for making these packages
available.

