BUK2TXT.EXE
Last edited: December 15, 2003 08:06 AM
This program is a Touchmenus utility to convert bucket files to text in preparation for printing them. It is self documenting if run with no command line instructions. It runs from the application directory. The bucket name and width are specified by the user. The command might look as follows:
BUK2TXT /BUCKET=TEST /WIDTH=40
The program will read the number of columns as specified in the WIDTH command and create a file with the same name as the bucket but an extension of TXT. A carriage return is added to the end of each line. Bucket rows that are completely empty will not be passed to the TXT file. The TXT file can be directly copied to a printer or it can be copied to Z:CHECK.DAT. Copying to the Z drive allows you to return to the program and use its Print To command to determine where to print.
Revisions
9/21/94
If width not specified, a default of 200 will be used.