/*-----------------------------------------------------------------------*/
/*                           Copyright (c) 1993                          */
/*                          All Rights Reserved                          */
/*                   Operations Management Software, Inc.                */
/*                       Wayne, Pennsylvania 19087                       */
/*                             (215) 975-9449                            */
/*-----------------------------------------------------------------------*/

CODE39.EXE is a fully functional Code 3 of 9 Bar Code printing utility. It
can be used with any IBM Compatible Dot Matrix, Epson Compatible Dot Matrix,
or HP Compatible Laser printers.  The program allows you to print a Code
3 of 9 bar code on any position of the paper.  You have control of the
bar code size (height and width), position of human readable text, and
position thru relative X,Y coordinates.

The command line options are as follows:

usage: CODE39 string [/t=n] [/w=n] [/h=n] [/p=n] [/x=n] [/y=n]

	string    - text to be barcoded
	/t=       - location of readable text
						0 : none
						1 : above bar code
						2 : below bar code (default)
	/w=       - width of narrow bar in pixels
						3 <= n <= 20; default = 4
	/h=       - height of bar code in increments of 1/8-inch
						1 <= n <= 50; default = 5
	/p=       - type of printer
						0 : laser
						1 : dotmatrix (default)
	/x=       - absolute X position in pixels (default = 10)
	/y=       - starting Y position in increments of 1/8-inch (default = 0)

/* -------------------------------------------------------------------- */

This program was not intended to be a stand alone product.  It is provided
to demonstrate the C source routines that any developer can include in their
software.  The code is well documented and is very easily modifiable.
If you are not a developer and are interested in bar code applications and/or
have a specific need, OMS performs custom development and consulting.

If you are interested in obtaining a copy of the ANSI C source code,
send a check or money order in the amount of $25.00 (twenty-five U.S.
dollars) to:

		Operations Management Software, Inc.
		12 Lisa Way
		Wayne, PA 19087
		(215) 975-9449

Please specify disk size.