Files Delphi

Title: How to convert a .dfm file to text and vise versa
// Sample calls, Verwendung:
// Converting from *.DFM to *.TXT
Convert.exe FormMain.dfm FormMain.txt
// Converting from *.TXT to *.DFM
Convert.exe FormMain.txt FormMain.dfm