home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / Tools.exe / convert.txt < prev    next >
Text File  |  1998-02-09  |  401b  |  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.