This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.
SUMMARY: Information on the .CFG file format, normally a configuration file.
CFG files normally refer to configuration files for applications or your operating system. If you have Microsoft Office installed on a Windows machine, these may be referred to as "Microsoft Office Outlook Configuration Files", though other applications use configuration files with the .cfg file extension.
Configuration files contain information useful to the execution of various applications, and may contain:
* Document printing options
* Recently-used file locations
* Selected color scheme
* Toolbar buttons to display
or virtually any other type of information you can imagine.
Configuration files are inherent to the application or operating system component using the file, and thus have no standard format. Some configuration files may appear like so in Notepad or another text editor:
Item1=Choice
Item2=Choice
<?xml version ="1.0"?>
<configuration>
<item>
Choice
</item>
<item2>
Choice
</item2>
</configuration>
Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to File Extensions - CFG File Format
Standard disclaimer applies - read http://malektips.com/disclaim.html