Question and Answer Database FAQ1793C.txt Using Convert.exe Category :Command Line Tools Platform :All Product :C++Builder 1.x Question: There is no documentation on convert.exe, how do I use it? Answer: Convert.exe is a utility that converts .dfm files to .txt files and vice versa. Usage is simple: to convert from dfm to exe: convert unit.dfm to convert from exe to dfm: convert unit.txt you can also specify multiple files: convert unit.txt unit2.txt unit3.txt or mix 'em up: convert unit.txt unit2.dfm unit3.dfm unit4.txt and it will do the conversions automagically to the opposite format. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99