home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Examples / WinTools / CONVERT.TXT < prev    next >
Encoding:
Text File  |  1999-01-26  |  401 b   |  15 lines

  1. Convert.exe is a utility that converts .dfm files to .txt 
  2. files and vice versa. Usage is simple:
  3.  
  4.     to convert from dfm to txt: convert unit.dfm
  5.     to convert from txt to dfm: convert unit.txt
  6.  
  7. you can also specify multiple files:
  8.  
  9.     convert unit.txt unit2.txt unit3.txt
  10.  
  11.     convert unit.txt unit2.dfm unit3.dfm unit4.txt
  12.  
  13. and it will do the conversions automatically to the opposite
  14. format.
  15.