This is the UTILITY readme file.

FBTOHEX	.EXE	DOS program to read each byte of Infile and write a pair of hexidecimal digits to Outfile.
		-- This program complements FHEXTOB --
		(Outfile is suitable for transport across an ASCII based network.)

FHEXTOB.EXE	DOS program to read each pair of hexidecimal digits from Infile and write the equivalent
		byte to Outfile.
		-- This program complements FBTOHEX --

FBTODEC.EXE	DOS program that reads each byte of Infile and writes an ASCII decimal equivalent
		to Outfile, seperated by spaces.

FBTOHEXS.EXE	DOS program to read each byte of Infile and write a pair of hexidecimal digits to Outfile
		seperated by spaces.

