TS4,8,12,16,20,24,28,32,36,40,44,48,52,56,60OF6RM70TP3PL60FD63

MAKEDCX.EXE ver 1.0 ZSoft Corporation

This program is used to create a .dcx file from individual .pcx files.  The maximum number of images (.pcx files) in a .dcx file is 63.  The minimum is 1.

To invoke the program, type "MAKEDCX pcx_filename [pcx_filename ...] dcx_filename". 

Examples:

	makedcx *.pcx sales.dcx
	makedcx pic1.pcx pic2.pcx pic3.pcx sales.dcx
	makedcx pic??a.pcx pic12b.pcx sales.dcx

The .pcx files are copied into a single file called sales.dcx.  If sales.dcx already exists, an error message is given and the program is exited.  A maximum of 63 .pcx files can be copied.

NOTE: If more than 63 are specified, only the first 63 are copied.  There is no error message in this case. 

The user may specify individual .pcx files or give a wildcard filename.  Keep in mind that the Operating System has a limitation of 128 characters per command line.  The use of wildcard characters (* and ?) may be a way around this limitation.

The user is not required to enter the .dcx extension after the output filename.  If you do not, the program adds the extension and checks to see if the filename already exists.
