<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Files &#187; File extensions</title>
	<atom:link href="http://www.computer-files.com/category/file-extensions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.computer-files.com</link>
	<description>Everything you need to know about computer files</description>
	<lastBuildDate>Fri, 03 Jun 2011 12:51:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Opening a .dll file to view what is written inside</title>
		<link>http://www.computer-files.com/opening-a-dll-file-to-view-what-is-written-inside.html</link>
		<comments>http://www.computer-files.com/opening-a-dll-file-to-view-what-is-written-inside.html#comments</comments>
		<pubDate>Fri, 03 Jun 2011 12:29:59 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[File extensions]]></category>
		<category><![CDATA[Utilities and Resources]]></category>
		<category><![CDATA[.dll utility tools]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[editing .dll file]]></category>
		<category><![CDATA[opening .dll file]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=843</guid>
		<description><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/dll-all-300x224.jpg" class="attachment-medium wp-post-image" alt="Dll Extension" title="dll-all" /></p>A Dll file does not work by itself. It is a library file that contains functions or instructions for other programs to use and work. Actual content in a Dll file is not in the code we can understand because all is in machine code. To read these machine code functions we need to decompile [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/dll-all-300x224.jpg" class="attachment-medium wp-post-image" alt="Dll Extension" title="dll-all" /></p>
<!-- google_ad_section_start -->
<div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggMedium' href='http://digg.com/submit?url=http%3A%2F%2Fwww.computer-files.com%2Fcategory%2Ffile-extensions%2Ffeed&amp;title=File%20extensions'></a></div><div style='clear:left'></div><div class='dd_button_v'><a title='Post on Google Buzz' class='google-buzz-button' href='http://www.google.com/buzz/post' data-button-style='normal-count' data-url='http://www.computer-files.com/category/file-extensions/feed'></a><script type='text/javascript' src='http://www.google.com/buzz/api/button.js'></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://api.tweetmeme.com/button.js?url=http://www.computer-files.com/category/file-extensions/feed&source=&service=&service_api=&style=normal' height='61' width='50' frameborder='0' scrolling='no'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.computer-files.com%2Fcategory%2Ffile-extensions%2Ffeed" send="false" show_faces="false" layout="box_count" width="50" ></fb:like></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.computer-files.com%2Fcategory%2Ffile-extensions%2Ffeed'></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p>A Dll file does not work by itself. It is a library file that contains functions or instructions for other programs to use and work. Actual content in a Dll file is not in the code we can understand because all is in machine code.</p>
<p>To read these machine code functions we need to decompile every dll file ,so that machine code can be converted into the High Level languages like C,C++,VB etc. Decompiling (Reverse compiling) is not easy , as we first have to find out that in Which High Level Language any specific .dll file was written.</p>
<p>Reverse engineering for source code of a software is a legal area.  We may also get encoded piece of high level language after all the hard work. Encoding is the way of securing the explicit source code from reverse engineers.</p>
<p>Opening a .Dll file directly with any text editor or any other viewer is not the right option. Some software will reject a file with a warning of  &#8220;Unsupported File Type&#8221; and some will show you the ugly machine code.</p>
<div id='stb-container-9988' class='stb-container'><div id='stb-caption-box-9988' class='stb-info-caption_box stb_caption' >Did you know ?</div><div id='stb-body-box-9988' class='stb-info-body_box stb_body' >Dynamic-Link Library files use three different file extensions &#8211; .DLL , .OCX and . DRV </div></div>
<p>As result of complexities said above , we have many utility tools to deal with .Dll Files.  From Microsoft , DUPS (DLL Universal Problem Solver) tool is used to audit, 		 compare, document, and display DLL information. The following list describes 		 the utilities that make up the DUPS tool:</p>
<ul>
<li><strong>Dlister.exe</strong><br />This utility enumerates all the DLLs on the computer and logs 				the information to a text file or to a database file.</li>
<li><strong>Dcomp.exe</strong><br />This utility compares the DLLs that are listed in two text 				files and produces a third text file that contains the differences.</li>
<li><strong>Dtxt2DB.exe</strong><br />This utility loads the text files that are created by using 				the Dlister.exe utility and the Dcomp.exe utility into the dllHell 				database.</li>
<li><strong>DlgDtxt2DB.exe</strong><br />This utility provides a graphical user interface (GUI) 				version of the Dtxt2DB.exe utility</li>
</ul>
<p>For more information about DUPS tool , you can visit the link provided below this article.</p>
<p>There are few more third party (Other than Microsoft) utilities tool for .Dll files. All have different use or purpose as a dll file utility tool. Let see some of them -</p>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/dll_export_viewer.html">DLL Export Viewer v1.45</a></strong> -  This utility displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. When this function is called, the debugger will stop in the beginning of this function</li>
</ul>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/injected_dll.html">InjectedDLL v1.00</a></strong> &#8211; InjectedDLL is a small utility that displays the list of DLLs that are automatically injected on every process in your system.</li>
</ul>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/resources_extract.html">ResourcesExtract v1.17</a></strong> &#8211; ResourcesExtract is a small utility that scans dll/ocx/exe files and extract all resources (bitmaps, icons, cursors, AVI movies, HTML files, and more&#8230;) stored in them into the folder that you specify. You can use ResourcesExtract in user interface mode, or alternatively, you can run ResourcesExtract in command-line mode without displaying any user interface.</li>
</ul>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/iconsext.html">IconsExtract v1.47</a></strong> &#8211; Extract icons and cursors from EXE, DLL, CPL, and OCX files and save them as ICO or CUR files.</li>
</ul>
<ul>
<li><strong><a href="http://www.restuner.com/howto-openfile.htm" target="_blank">Resource Tuner</a></strong> &#8211; Resource Tuner lets you open Windows executable files such as .EXE, .DLL, Device Drivers (.SYS), OCX Controls, and several others<strong>. </strong>Once inside, you can change the look of the icons, cursors, dialogs, buttons, sounds, animations and other elements of the Windows user interface by editing and replacing resources in the executable files</li>
</ul>
<ul>
<li><strong><a href="http://www.nirsoft.net/utils/exeinfo.html">ExeInfo v1.01</a></strong> &#8211; The ExeInfo utility shows general information about executable files (*.exe), dynamic-link libraries (*.dll), ocx files, and drivers files.</li>
</ul>
<p>Most of the tools mentioned above are Free to download and use. But i will like to conclude with a word of caution that do not download such a utility tools from forums or communities sites. Almost every tool is free so download it directly from the creator&#8217;s site. I hope you will find this article helpful.</p>
<div id='stb-container-8349' class='stb-container'><div id='stb-caption-box-8349' class='stb-download-caption_box stb_caption' style="color:#000000; ">Resource Box</div><div id='stb-body-box-8349' class='stb-download-body_box stb_body' style="color:#FFFFFF; background-color: #000000; ">
<ol>
<li><a href="http://support.microsoft.com/kb/247957" target="_blank">More about DUPS Tool</a></li>
<li><a href="http://www.computer-files.com/dll-file-extension.html" target="_blank">More about .Dll File Extension</a> </div></div></li>
</ol>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		 
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		}); 

	}); ;</script>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/opening-a-dll-file-to-view-what-is-written-inside.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the most common movie file types?</title>
		<link>http://www.computer-files.com/what-are-the-most-common-movie-file-types.html</link>
		<comments>http://www.computer-files.com/what-are-the-most-common-movie-file-types.html#comments</comments>
		<pubDate>Sat, 05 Jun 2010 08:19:55 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File extensions]]></category>
		<category><![CDATA[movie file]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/04/04/what-are-the-most-common-movie-file-types/</guid>
		<description><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/Movie-Files-Extensions-300x224.jpg" class="attachment-medium wp-post-image" alt="most common movie file types" title="Movie-Files-Extensions" /></p>Not every movie file on the Internet has the same file type. Windows Media files are different than QuickTime movies, which are not the same as Real media files. Each format has specific uses and run through specific programs. Here are some of the most common movie file types you will find on the Internet. [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/Movie-Files-Extensions-300x224.jpg" class="attachment-medium wp-post-image" alt="most common movie file types" title="Movie-Files-Extensions" /></p>
<!-- google_ad_section_start -->
<p>Not every movie file on the Internet has the same file type. <strong>Windows Media</strong> files are different than <strong>QuickTime</strong> movies, which are not the same as <strong>Real media</strong> files. Each format has specific uses and run through specific programs. Here are some of the most common movie file types you will find on the Internet.</p>
<p><strong>Windows Media File</strong></p>
<p>Windows Media video files (or .<strong>wmv</strong>) are one of the most popular movie file types on the Internet. They are played in the standard Windows Media Player that comes with all Windows computers.</p>
<p><strong>QuickTime Movie</strong></p>
<p>The QuickTime movie format (or .<strong>mov</strong>) is Apples equivalent to Windows Media Video files. It is very popular because this proprietary video format can be played on both Mac and Windows computers. .mov files are played by apples QuickTime player.</p>
<p><strong>Real Media file</strong></p>
<p>Real media files (or <strong>.rm</strong>) are files that can be completely downloaded before playing, or can be streamed directly from the Internet. These files can contain audio data, video data, or both. Real media files are<br /> played on the Realnetwork&#8217;s Real Player.<span id="more-51"></span></p>
<p><strong>MPEG</strong></p>
<p>Moving Pictures Expert Group (or <strong>.mpg</strong>) files contain compressed audio and video data. MPEG files can be played on either QuickTime or Windows Media Player.</p>
<p><strong>DIVX</strong></p>
<p>DIVx files are high quality compressed movie files. It allows videos to be a lot smaller data-wise while still delivering crystal clear video. There are quite a few different programs that will play these files, but<br /> DIVx does offer a downloadable program that will play these files.</p>
<p><strong>SWF</strong></p>
<p>SWF files are animation files that are created by Adobe Flash. They can contain audio and visual imagery, but instead of movies, the visual components are usually vector images. SWF files are vey popular in web<br /> design and advertising applications. Any web browser with the downloadable flash player plugin can view these files.</p>
<p><strong>What if you are trying to play a video file that is not listed above? </strong></p>
<p>If you have a video file that you would like to play, but is not in one of the above formats, you are going to have to do some extra research to find the correct <strong>player</strong> or <strong>codec</strong>. If you type the file extension into<br /> almost any search engine, many results will pop up and give you information on the necessary software needed to execute your given file type.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/what-are-the-most-common-movie-file-types.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most common database files</title>
		<link>http://www.computer-files.com/most-common-database-files.html</link>
		<comments>http://www.computer-files.com/most-common-database-files.html#comments</comments>
		<pubDate>Fri, 14 Mar 2008 08:05:52 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File extensions]]></category>
		<category><![CDATA[database file]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[dbt]]></category>
		<category><![CDATA[dbx]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/03/14/most-common-database-files/</guid>
		<description><![CDATA[<p><img width="289" height="300" src="http://www.computer-files.com/wp-content/database-system-works-final-289x300.jpg" class="attachment-medium wp-post-image" alt="database system works" title="database-system-works-final" /></p>Database files are used to store different information about what files or information are you using on your computer. Most of them are hidden files, so you do not even see them when you browse through your directories with Windows Explorer, because they are hidden and not showed by Windows by default. You can change [...]]]></description>
			<content:encoded><![CDATA[<p><img width="289" height="300" src="http://www.computer-files.com/wp-content/database-system-works-final-289x300.jpg" class="attachment-medium wp-post-image" alt="database system works" title="database-system-works-final" /></p>
<!-- google_ad_section_start -->
<p>Database files are used to store different information about what files or information are you using on your computer. Most of them are hidden files, so you do not even see them when you browse through your directories with Windows Explorer, because they are hidden and not showed by Windows by default. You can change these settings in Windows Explorer under <em>Tools</em> &ndash; <em>Folder options</em> &ndash; <em>View</em> &ndash; <em>Show hidden files and folders</em>. Now you can see all the hidden files and with that all the database files. The most common database files that are going to be described in this article are the <em>.db</em></p>
<p>The <em>.db</em> files, are also called <strong>Paradox database </strong>file or Progress database file. These files are used to store information, that the system is going to use later and it could acquire it later, but it is faster if the information is stored in it. The most common <em>.db</em> file is <a href="http://www.computer-files.com/2008/03/11/thumbsdb-file/">thumbs.db</a>, a file where the windows store information about the pictures that are in each folder. As said, the information can be gathered at any time, and that means that you can delete this file if you wish. But it will be later created again, when you access the pictures that you have in a folder.</p>
<p><span id="more-46"></span></p>
<p><strong>DBX</strong> files are database files, that are used to store information from different programs. One of them that is often used by regular users are the <strong>Outlook Express</strong> database files. All the emails that you see in your Outlook Express are stored in these files, based on the folders where you have the emails stored. If you would like to delete the emails, or store them to use them on another computer, you use these files. The DBX database are connected with with <strong>DBT</strong> database files. The DBT files are temporary copies of the DBX files, a way of security, if something goes wrong with the original files you can use the DBT files to restore the information.</p>
<p>Here is a list of other database file extensions:</p>
<ul>
<li><strong>.ABD</strong> &#8211; AmBiz Bonus Calculator data fileAdventure Builder database</li>
<li><strong>.APX</strong> &#8211; Appexpert database file (Borland C++ 4.5)</li>
<li><strong>.BDE</strong> &#8211; Borland Database Engine</li>
<li><strong>.BSC</strong> &#8211; Compressed Apple II file archive created by BINSCIIDatabase (Source Browser)Pwbrmake object file (MS Fortran)</li>
<li><strong>.BTR</strong> &#8211; Btrieve Database file; MS Frontpage-related file</li>
<li><strong>.CDB</strong> &#8211; Card database (CardScan)Main database (TCU Turbo C Utilities)</li>
<li><strong>.CIX</strong> &#8211; Database index (TCU Turbo C Utilities)&nbsp;</li>
<li><strong>.CRP</strong> &#8211; Encrypted database (dBASE IV)</li>
<li><strong>.CVT</strong> &#8211; Backup file for CONVERTed database file (dBASE IV)</li>
<li><strong>.DB</strong> &#8211; Configuration (dBASE IV &#8211; dBFast) Database (Paradox &#8211; Smartware)</li>
<li><strong>.DB2</strong> &#8211; Database (dBASE II)</li>
<li><strong>.DB3</strong> &#8211; Database (dBASE III)</li>
<li>.<strong>DBB</strong> &#8211; ANSYS Database BackupMopheus music file</li>
<li>.<strong>DBF</strong> &#8211; Database file (dBASE III/IV &#8211; FoxPro &#8211; dBFast &#8211; DataBoss)Oracle 8.x Tablespace File</li>
<li>.<strong>DBK</strong> &#8211; Database backup (dBASE IV)</li>
<li>.<strong>DBS</strong> &#8211; Database in SQL Windows formatDatafile (PRODAS)Printer description file (Word &#8211; Works)</li>
<li>.<strong>DBX</strong> &#8211; DatabaseDataBeam ImageMS Visual Foxpro Table</li>
<li>.<strong>DIF</strong> &#8211; Database (VisiCalc)Output from Diff command &#8211; script for Patch commandText file (Data Interchange Format)</li>
<li>.<strong>DSD</strong> &#8211; Database (DataShaper)</li>
<li>.<strong>DTF</strong> &#8211; Database file (PFS &#8211; Q&amp;A)</li>
<li>.<strong>DWG</strong> &#8211; Drawing (Drafix)Drawing database (AutoCAD)</li>
<li>.<strong>EDB</strong> &#8211; MS Exchange Database ROOTS3 geneological data</li>
<li>.<strong>FW</strong> &#8211; Database (FrameWork)</li>
<li>.<strong>FW2</strong> &#8211; Database (Framework II)</li>
<li>.<strong>FW3</strong> &#8211; Database (Framework III)</li>
<li>.<strong>GDB</strong> &#8211; Interbase Database Group Mail file</li>
<li>.<strong>HIS</strong> &#8211; Insight II Dynamics Trajectory History fileSpy-CD CD Search Database file</li>
<li>.<strong>IOB</strong> &#8211; 3d graphics database in TDDD format</li>
<li>.<strong>IPD</strong> &#8211; InstallPROG 6 EDBS Install Database</li>
<li>.<strong>MB</strong> &#8211; Memo field values for database (Paradox)</li>
<li>.<strong>MDB</strong> &#8211; Database (MS Access)</li>
<li>.<strong>MDF</strong> &#8211; Accelio Capture Classic (JetForm) FillerI-deas Master Drafting Machine Data file Menu Definition file MS-SQL Master Database file</li>
<li>.<strong>MPD</strong> &#8211; MS Project database file</li>
<li>.<strong>MVB</strong> &#8211; DatabaseMS Multimedia viewer file</li>
<li>.<strong>NDB</strong> &#8211; Network database (Intellicom &#8211; Compex)</li>
<li>.<strong>NG</strong> &#8211; Online documentation database (Norton Guide)</li>
<li>.<strong>NSF</strong> &#8211; Lotus Notes / Domino database</li>
<li>.<strong>PFS</strong> &#8211; Database (PFS:FILE) &#8211; text file (PFS:Write)</li>
<li>.<strong>PHO</strong> &#8211; Phone database (Metz Phone for Windows)</li>
<li>.<strong>PQA</strong> &#8211; Palm Query Application File (database for wireless access)</li>
<li>.<strong>PX</strong> &#8211; Primary database index (Paradox)</li>
<li>.<strong>QAD</strong> &#8211; QuickArt database</li>
<li>.<strong>RDB</strong> &#8211; TrueVector Rules database, ZoneAlarm Rules database</li>
<li>.<strong>RPD</strong> &#8211; Database (RapidFile), RosaPro file, RPV Printing System file</li>
<li>.<strong>TDB</strong> &#8211; Database (TACT)</li>
<li>.<strong>THM</strong> &#8211; Microsoft Clipart Gallery database, Serif DrawPlus Theme</li>
<li>.<strong>UCS</strong> &#8211; Universal Classification Standard Database file</li>
<li>.<strong>WDB</strong> &#8211; Database (MS Works)</li>
<li>.<strong>ZBD</strong> &#8211; Canon ZoomBrowser Database file</li>
<li>.<strong>ZTD</strong> &#8211; Ziff Davis Media text database </li>
</ul>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/most-common-database-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to associate a program to a file extension</title>
		<link>http://www.computer-files.com/how-to-associate-a-program-to-a-file-extension.html</link>
		<comments>http://www.computer-files.com/how-to-associate-a-program-to-a-file-extension.html#comments</comments>
		<pubDate>Mon, 10 Mar 2008 13:37:45 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File extensions]]></category>
		<category><![CDATA[file association]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/03/10/how-to-associate-a-program-to-a-file-extension/</guid>
		<description><![CDATA[If you would like to change the default program, that starts when you double click a file, you need to change the file associations. The first step is&#160;to make&#160;Windows Explorer show you the extensions of files. The default setting in Windows is not showing the extensions, so you need to change that. Open the Windows [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>If you would like to change the default program, that starts when you double click a file, you need to change the file associations.
<p>The first step is&nbsp;to make&nbsp;<em>Windows Explorer</em> show you the extensions of files. The default setting in Windows is not showing the extensions, so you need to change that. Open the Windows explorer and click the &quot;<em>Tools</em>&quot; menu and &quot;<em>Folder options</em>&quot;. In the &quot;<em>View</em>&quot; tab band scroll down until you see the &quot;<em>Hide extensions for known file types</em>&quot;. This option needs to be unclicked (no tick there). Now, after you click ok, you will be able to see the extensions for all the files.</p>
<p>Now you need to find a file that has the extension that you would like to change the association for. Right click on any file with that extension and choose the &quot;<em>Open with</em>&quot; option. If you see a warning window, then click &quot;<em>open with</em>&quot; again. A window will open with a list of all available programs. Optionally you will see a window saying &quot;<em>Windows cannot open this file</em>&quot;. If this happens, click &quot;<em>Select the program from the list</em>&quot; and <em>OK</em>.</p>
<p><span id="more-41"></span>Now you will see a list of programs, and you have to choose witch program you would like to use to open files with the selected extension. After you click ok, all the files that have the selected extension will always open with the chosen program.</p>
<p>Be careful while using this procedure, because most of the files have the appropriate default program selected, and if you change it, your system can have serious problems, so use this option only if you are really sure that you do know, what you are doing. </p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-associate-a-program-to-a-file-extension.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change multiple files extensions</title>
		<link>http://www.computer-files.com/how-to-change-multiple-files-extensions.html</link>
		<comments>http://www.computer-files.com/how-to-change-multiple-files-extensions.html#comments</comments>
		<pubDate>Fri, 07 Mar 2008 08:18:38 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[File extensions]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/03/07/how-to-change-multiple-files-extensions/</guid>
		<description><![CDATA[<p><img width="300" height="149" src="http://www.computer-files.com/wp-content/file-extension2-300x149.jpg" class="attachment-medium wp-post-image" alt="Multiple File Extension" title="file-extension2" /></p>Renaming a batch of files can be done using a program that is specialised for that or you can just use a short command in DOS mode of your Windows. The code is not problematic, and you will be able to use it even if you are not familiar with the DOS environment. You can [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="149" src="http://www.computer-files.com/wp-content/file-extension2-300x149.jpg" class="attachment-medium wp-post-image" alt="Multiple File Extension" title="file-extension2" /></p>
<!-- google_ad_section_start -->
<p>Renaming a batch of files can be done using a program that is specialised for that or you can just use a short command in DOS mode of your Windows. The code is not problematic, and you will be able to use it even if you are not familiar with the DOS environment.</p>
<p>You can get into the DOS command prompt if you go to <em>Start</em> -&gt; <em>Run</em>. Now you need to run the &quot;<em>cmd</em>&quot; program. So just type <em>cmd</em> and click <em>OK</em>. A new window will open, that will show you in what directory you are in. You need to navigate to the directory where you have the files that you would like to rename. Use the &quot;cd..&quot; and &quot;<em>cd target-directory</em>&quot; commands. &quot;<em>cd</em>..&quot; will get you to a directory lower, and &quot;<em>cd</em> target-directory&quot; will get you one directory up, into the target-directory that you specify. You can always go only one directory up, so if you would like to go to <em>c:\program files\windows</em>, you need to do &quot;<em>cd program files</em>&quot; and then &quot;<em>cd windows</em>&quot;.</p>
<p>Now that you are in the target directory, use the command &quot;<em>ren</em> <em>*.txt *.doc</em>&quot;. &quot;<em><strong>Ren</strong></em>&quot; gives the computer the command to rename files. The second part of the command (*.txt) tells the shell to take all the files with the extension .txt and the third part (*.doc) tells it to rename all the files into the .doc extension.</p>
<p><span id="more-40"></span>If you do not want to type so much, you can use one of the many programs, that are free to use and will do the job for you. You can use, for instance the &quot;<em>EF Multi file renamer 1.00</em>&quot;, free software that can rename multiple files, a whole directory and its sub directories, if you wish to do so. There are of course other programs out there, a lot of them have other functions, but you will need to pay for them, if you would like to use them.<br /> If you are renaming files on a regular basis, then you maybe should buy one of the programs, but if you just do it a couple of times a year, then just use the DOS command, as described above. It is the old school style, but just because of that it is a reliable way to get the job done. </p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-change-multiple-files-extensions.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>About the .swap file</title>
		<link>http://www.computer-files.com/about-the-swap-file.html</link>
		<comments>http://www.computer-files.com/about-the-swap-file.html#comments</comments>
		<pubDate>Mon, 28 Jan 2008 15:15:53 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File extensions]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[pagefile]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[temporary]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/28/about-the-swap-file/</guid>
		<description><![CDATA[It is a temporary file stored on the hard drive which contains information or data that couldn&#8217;t be loaded into the PC&#8217;s RAM memory. It is also known as a pagefile or virtual memory extension and it is used whenever the RAM&#8217;s capacity is not enough. In case the computer&#8217;s hard drive is too small [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>It is a <span style="font-weight: bold">temporary</span> file stored on the hard drive which contains information or data that couldn&rsquo;t be loaded into the PC&rsquo;s RAM memory. It is also known as a <span style="font-weight: bold">pagefile</span> or virtual memory extension and it is used whenever the RAM&rsquo;s capacity is not enough. In case the computer&rsquo;s hard drive is too small and the operating system can not increase the <span style="font-weight: bold">swap file</span>&rsquo;s capacity, the computer might run slower. The location of the swap file using the latest operating systems is in the root of the partition on which the system is installed (ex.: <span style="font-weight: bold">C:\pagefile.sys</span>).</p>
<p>The Windows and Unix operating systems are usually using a default swap file of a certain size managed automatically by the system or it can be configured by the user or administrator. The swap file is being cleared out whenever the PC is being shut down and it is recreated by the operating system when the computer is started again.</p>
<p> <span style="font-weight: bold">How to set the swap file or virtual memory</span></p>
<p> First you need to access the System&rsquo;s <span style="font-weight: bold">Control Panel</span> either by using right click on My Computer&rsquo;s icon on the Desktop, then <span style="font-weight: bold">Properties</span> or follow the path <span style="font-weight: bold">Start/Settings/Control Panel/System</span> then click on the <span style="font-weight: bold">Performance</span> tab and on the <span style="font-weight: bold">Virtual Memory</span> button.You can select the drive on which the virtual memory will reside and set the minimum and maximum size to be used.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/about-the-swap-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About .dll files</title>
		<link>http://www.computer-files.com/about-dll-files.html</link>
		<comments>http://www.computer-files.com/about-dll-files.html#comments</comments>
		<pubDate>Wed, 23 Jan 2008 16:33:00 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File extensions]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/23/about-dll-files/</guid>
		<description><![CDATA[DLL stands for Dynamic Link Library which is a collection of small programs used by executable program (EXE) when running. They are generally (but not always) found in your Windows System directory. DLL files usually end with one of the following extensions: .dll, .exe, .drv, or .fon. Why are DLL files useful? DLL help executables [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><strong>DLL</strong> stands for <strong>Dynamic Link Library</strong> which is a collection of small programs used by executable program (<strong>EXE</strong>) when running. They are generally (but not always) found in your Windows System directory.</p>
<p>DLL files usually end with one of the following extensions: <strong>.dll</strong>, <strong>.exe</strong>, <strong>.drv</strong>, or <strong>.fon</strong>.</p>
<p><strong>Why are DLL files useful?</strong></p>
<p> DLL help executables to communicate with the devices, such as printers, or contain source code to do particular functions. Even if the main program is loaded in <strong>RAM </strong>(random access memory), the DLL file is not, so that the space is saved.</p>
<p>DLL files that support specific device operations are known as <strong>device drivers</strong>.</p>
<p>For example typing something in a word document and printing that document, only for the second process the printer DLL file is called and now it is loaded into RAM.</p>
<p>Deleting a DLL file it is not such a good idea, because your DLL file might be used by more than one program. If you uninstall a program, and decide to delete the DLL file, this file might be used by another program. So when a program is being launched you will receive an error message that the file .dll is missing. You can recover your lost DLL file or you can search it on the internet because there are many sites that provide you support in getting the DLL file needed.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/about-dll-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File extensions / file formats</title>
		<link>http://www.computer-files.com/file-extensions-file-formats.html</link>
		<comments>http://www.computer-files.com/file-extensions-file-formats.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 10:20:12 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File extensions]]></category>
		<category><![CDATA[file extension]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/10/file-extensions-file-formats/</guid>
		<description><![CDATA[<p><img width="300" height="149" src="http://www.computer-files.com/wp-content/file-extension2-300x149.jpg" class="attachment-medium wp-post-image" alt="Multiple File Extension" title="file-extension2" /></p>Each file has an extension usually formed from three characters after the name of the file and a period (ex. filename.txt). Usually the operating system on a computer hides the extensions of the files for security reasons but it can be set to be viewable in case someone wants to see the extensions of the [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="149" src="http://www.computer-files.com/wp-content/file-extension2-300x149.jpg" class="attachment-medium wp-post-image" alt="Multiple File Extension" title="file-extension2" /></p>
<!-- google_ad_section_start -->
<p>Each file has an <strong>extension</strong> usually formed from three characters after the name of the file and a period (ex. filename.txt). Usually the operating system on a computer hides the extensions of the files for security reasons but it can be set to be viewable in case someone wants to see the extensions of the files. The file extension is associated with the program it can be accessed with, it simply tells what application is being used or edited with or what type of system file it is.</p>
<p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><strong>A list of common file extensions:</strong></p>
<p><strong>ace</strong>&nbsp;&nbsp;&nbsp;&nbsp; Archive, compressed<br /> <strong>amr</strong>&nbsp;&nbsp;&nbsp;&nbsp; Compressed audio<br /> <strong>arj</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Archive, compressed<br /> <strong>asp</strong>&nbsp;&nbsp;&nbsp;&nbsp; ASP script, used on web pages<br /> <strong>avi</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Audio Video Interleave movie or video<br /> <strong>bak</strong>&nbsp;&nbsp;&nbsp;&nbsp; Backup<br /> <strong>bat</strong>&nbsp;&nbsp;&nbsp;&nbsp; Batch file (executable)<br /> <strong>bmp</strong>&nbsp;&nbsp;&nbsp; Windows Bitmap image<br /> <strong>cab</strong>&nbsp;&nbsp;&nbsp;&nbsp; Windows Cabinet Compressed Archive<br /> <strong>cdr</strong>&nbsp;&nbsp;&nbsp;&nbsp; CorelDRAW vector image<br /> <strong>css</strong>&nbsp;&nbsp;&nbsp;&nbsp; Cascading Style Sheets<br /> <strong>dat</strong>&nbsp;&nbsp;&nbsp;&nbsp; Text or binary data file<br /> <strong>dbf</strong>&nbsp;&nbsp;&nbsp;&nbsp; Database file<br /> <strong>doc</strong>&nbsp;&nbsp;&nbsp;&nbsp; Microsoft Office Word document<br /> <strong>exe</strong>&nbsp;&nbsp;&nbsp;&nbsp; Executable file<br /> <strong>gif</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Graphics interchange file format<br /> <strong>htm</strong>&nbsp;&nbsp;&nbsp;&nbsp; Web page &#8211; HTML file<br /> <strong>html</strong>&nbsp;&nbsp;&nbsp; Hypertext Markup Language &#8211; Web page file<br /> <strong>ico</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Icon file<br /> <strong>ini</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Text configuration file<br /> <strong>iso</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CD/DVD ISO binary image file<br /> <strong>jar</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Compressed archive file package for Java classes and data<br /> <strong>jpeg</strong>&nbsp;&nbsp;&nbsp; JPEG image, picture file format<br /> <strong>jpg</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; JPEG bitmap image file format<br /> <strong>js</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; JavaScript file<br /> <strong>lnk</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Windows Shortcut<br /> <strong>mdb</strong>&nbsp;&nbsp;&nbsp; Microsoft Access database<br /> <strong>mp3</strong>&nbsp;&nbsp;&nbsp; Compressed audio, music file<br /> <strong>mp4</strong>&nbsp;&nbsp;&nbsp; MPEG-4 file format<br /> <strong>mpg</strong>&nbsp;&nbsp;&nbsp; MPEG 1 video or movie file format<br /> <strong>msi</strong>&nbsp;&nbsp;&nbsp;&nbsp; Microsoft Windows Installer installation package file<br /> <strong>pdf</strong>&nbsp;&nbsp;&nbsp;&nbsp; Portable document format: Adobe Acrobat File<br /> <strong>php</strong>&nbsp;&nbsp;&nbsp;&nbsp; PHP script, page<br /> <strong>png</strong>&nbsp;&nbsp;&nbsp;&nbsp; Portable (Public) Network Graphic<br /> <strong>pps</strong>&nbsp;&nbsp;&nbsp;&nbsp; Microsoft PowerPoint Slideshow<br /> <strong>psd</strong>&nbsp;&nbsp;&nbsp;&nbsp; Adobe Photoshop graphics<br /> <strong>rar</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RAR compressed archive &#8211; backup file<br /> <strong>rss</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Really Simple Syndication &#8211; RSS file format<br /> <strong>rtf</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rich Text Format document<br /> <strong>swf</strong>&nbsp;&nbsp;&nbsp;&nbsp; ShockWave Flash, Animated vector format for the Internet<br /> <strong>sys</strong>&nbsp;&nbsp;&nbsp;&nbsp; System file<br /> <strong>tif</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Aldus Tagged Image File Format (TIFF) bitmap image<br /> <strong>tmp</strong>&nbsp;&nbsp;&nbsp;&nbsp; Temporary file<br /> <strong>txt</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Common text file<br /> <strong>vxd</strong>&nbsp;&nbsp;&nbsp;&nbsp; Microsoft Windows virtual device driver, 32 bit<br /> <strong>wav</strong>&nbsp;&nbsp;&nbsp; WAVe PCM Sound, standard Windows sound format<br /> <strong>xls</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Microsoft Office Excel spreadsheet<br /> <strong>xml</strong>&nbsp;&nbsp;&nbsp;&nbsp; XML document<br /> <strong>zip</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Compressed ZIP archive file and compressed folder</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/file-extensions-file-formats.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

