The Cm4d.ini file contains the default settings that CM4D reads on startup. You may need to make some changes to your CM4D.ini file in order to change a default setting. To view your CM4D.ini file, open Windows Explorer, expand your Program Files, and click on the CM4D folder.
When CM4D is installed, the Cm4d.ini file is replaced with a generic version provided along with the installation package, so if you have settings you wish to keep, save them to another folder before installing the new version of CM4D.
Some things to keep in mind when dealing with the Cm4d.ini file:
The Cm4d.ini contains the following sections:
You can specify which cm4d.ini file you would like to use when running CM4Dc using one of the two following methods:
One way is to name the Cm4d.ini file the same as the *.4dc file (e.g., Project.4dc and Project.ini). Then, when you double click the Project.4dc file to run CM4Dc, it will automatically use the Project.ini file.
The second way is to add the network path to the cm4d.ini file as a parameter for starting CM4Dc. For example, in the Target field of the Shortcut to CM4D.exe Properties, insert:
"C:\Program Files\Applied Tech Systems\CM4D\Cm4d.exe" -c4 "\\computername\public\C\foldername\Project.4dc" "-\\computername\public\C\foldername\cm4d.ini"
The dash [-] preceding the file name is imperative to the command line parameters functionality.
Can we improve this topic?