CONVERT.COM (ver 1.00) Abandoned Freeware CONVERT.COM is really old-school computing. It takes one unit value and converters it to its equivalent in another unit value. For example, feet to inches or feet to meters, are both possible conversions. Of course, all calculations must be between units of the same type (i.e., distance units to temperature units won't work). All calculations are done from the command line, and the calculation only uses the seven most significant digits. The actual unit types the program understands are stored in the file "convert.dat". Modifying this file (or creating another which you can call instead) with different unit types will allow the program to make conversions for that unit type.