Got something to add? Post a comment!
Everyone is invited to submit comments. Registered
users also receive their own visitor profile page with a summary of
recent posts.
Register | Login

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>
Everyone is invited to submit comments. Registered
users also receive their own visitor profile page with a summary of
recent posts.
Register | Login
Get E-Mail When New Tips are Online
Return to the File Extensions page.
New in MalekTips: