<?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; FAQ</title>
	<atom:link href="http://www.computer-files.com/category/faq/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%2Ffaq%2Ffeed&amp;title=FAQ'></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/faq/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/faq/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%2Ffaq%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%2Ffaq%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-1399' class='stb-container'><div id='stb-caption-box-1399' class='stb-info-caption_box stb_caption' >Did you know ?</div><div id='stb-body-box-1399' 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-3538' class='stb-container'><div id='stb-caption-box-3538' class='stb-download-caption_box stb_caption' style="color:#000000; ">Resource Box</div><div id='stb-body-box-3538' 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>How do I combine multiple media files?</title>
		<link>http://www.computer-files.com/how-do-i-combine-multiple-media-files.html</link>
		<comments>http://www.computer-files.com/how-do-i-combine-multiple-media-files.html#comments</comments>
		<pubDate>Sat, 05 Jun 2010 16:59:48 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[Media files]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/04/11/how-do-i-combine-multiple-media-files/</guid>
		<description><![CDATA[<p><img width="300" height="180" src="http://www.computer-files.com/wp-content/combine-media-file3-300x180.jpg" class="attachment-medium wp-post-image" alt="combine-media-file3" title="combine-media-file3" /></p>This is one of the most commonly asked questions on many video and audio forums. Many want to know how to combine video and audio footage, or combine multiple video files together. The great thing is that the process of doing this is not that hard. You just have to have the right software and [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="180" src="http://www.computer-files.com/wp-content/combine-media-file3-300x180.jpg" class="attachment-medium wp-post-image" alt="combine-media-file3" title="combine-media-file3" /></p>
<!-- google_ad_section_start -->
<p>This is one of the most commonly asked questions on many video and audio forums. Many want to know <strong>how to combine video and audio footage</strong>, or combine multiple video files together.</p>
<p>The great thing is that the process of doing this is not that hard. You just have to have the right software and a little bit of time. I am going to go over four of the most popular software titles for combining multiple media files below.</p>
<p><strong>Mediajoin</strong></p>
<p>Are you looking for a solution that allows you to combine your video and audio files together quickly and easily? <strong>Mediajoin</strong> is a great piece of software that allows you to combine MP3, OGG, WAV, and WMA audio files with AVI, MPEG and WMV video files. This software is <strong>free</strong>, but unavailable for download from the developers website. If you look around on other download sites, though, you should be able to find it.</p>
<p><strong>Combimovie</strong></p>
<p>Are you just looking to combine a few video media files for a one-time project? Are you looking for something free? If so, then Combimovie is for you. <strong>Combimovie</strong> allows you to combine multiple mpg/mpeg videos into one big file. This is <strong>freeware</strong>, so you will not have to pay any money to do this.</p>
<p><span id="more-52"></span><br /> <strong>Windows Movie Maker</strong></p>
<p>This is a basic program that comes with Windows XP. It allows you to combine WMV files and make them into one large file. It is pretty basic and isn&#8217;t very effective in working with other file formats, but it is <strong>free</strong> with your operating system and can be of some use.</p>
<p><strong>Easy Video Joiner</strong></p>
<p>Easy Video Joiner is the only one of these programs you will have to pay for. It is for good reason, though. Easy video joiner has support for many different file formats the others do now offer. This is a good program if you are combining videos on a daily basis, but if you are just an occasional user, this is overkill. If you want to combine media files together, all you need is a simple piece of software nothing else.</p>
<p>All of the above applications make it easy for you to combine different media file types.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-do-i-combine-multiple-media-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to password protect files and folders in XP</title>
		<link>http://www.computer-files.com/how-to-password-protect-files-and-folders-in-xp.html</link>
		<comments>http://www.computer-files.com/how-to-password-protect-files-and-folders-in-xp.html#comments</comments>
		<pubDate>Wed, 12 Mar 2008 07:32:50 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[File tips]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/03/12/how-to-password-protect-files-and-folders-in-xp/</guid>
		<description><![CDATA[<p><img width="300" height="149" src="http://www.computer-files.com/wp-content/folder-lock2-300x149.jpg" class="attachment-medium wp-post-image" alt="Password Protect Files amd folders" title="folder-lock2" /></p>Private information, private photos, or just a present for your loved one in a word files, all these are files, that you need to protect on your computer, so that other people can not access them, or even see them. The first problem here is that the operating system Windows XP does not have encryption [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="149" src="http://www.computer-files.com/wp-content/folder-lock2-300x149.jpg" class="attachment-medium wp-post-image" alt="Password Protect Files amd folders" title="folder-lock2" /></p>
<!-- google_ad_section_start -->
<p>Private information, private photos, or just a present for your loved one in a word files, all these are files, that you need to protect on your computer, so that other people can not access them, or even see them.</p>
<p>The first problem here is that the operating system Windows XP does not have encryption software, when you install it. The best way to do the job is to get third party software that you can use to hide and encrypt your files and folders. There are many different programs that you can use, such as <strong>WinCry</strong>, a free program, or a commercial version, called <strong>Folder Guard</strong>. These programs will give you the biggest security that you can expect from a program on Windows XP.</p>
<p>You need to know, that there is no 100% security, and if someone really wants to get to the file, he will. But, for the normal user, you can use any of these programs.</p>
<p><span id="more-43"></span>There are ways, how you can hide your files and folders, using just Windows XP. You need to choose a folder that is connected to your account that means that it is located in the <em>C:\documents and settings\your-name\</em> folder. If that is not the case, then you won&#39;t be able to use this option, and you will need to download one of the mentioned programs. But if you would like to protect a folder within the <em>\your-name\</em> folder, then you navigate to the folder in Windows explorer and right click on it. Choose properties and the &quot;<em>Sharing</em>&quot; tab. Now here you can choose the &quot;<em>make this folder private</em>&quot; option. If you tick this box, this means, that the folder is only accessible to you, when you are log into your windows account. So if your son, for example, uses another account to log into Windows, then he won&#39;t be able to see the folder. But if someone uses the computer while you are logged in, then he or she will be able to see the file.</p>
<p>So Windows XP have only limited ways to protect your files and folders. If this is not enough for you, then download a program, and use it. It will give you a much better protection. </p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-password-protect-files-and-folders-in-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change file extensions</title>
		<link>http://www.computer-files.com/how-to-change-file-extensions.html</link>
		<comments>http://www.computer-files.com/how-to-change-file-extensions.html#comments</comments>
		<pubDate>Mon, 14 Jan 2008 09:11:33 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[.doc]]></category>
		<category><![CDATA[file extension]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/14/how-to-change-file-extensions/</guid>
		<description><![CDATA[There are cases when the filename doesn&#8217;t have the right extension as it was intentionally changed either to confuse someone or of security reasons. Whenever this happens, the file can not be accessed by the application it was created with. An example is when a Microsoft Word file extension is being changed from .doc to [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>There are cases when the filename doesn&rsquo;t have the <strong>right extension</strong> as it was intentionally changed either to confuse someone or of security reasons. Whenever this happens, the file can not be accessed by the application it was created with. An example is when a Microsoft Word file extension is being changed from <strong>.doc</strong> to <strong>.exe</strong>. The Operating System will automatically send an error message when the file is being launched.</p>
<p>In case you are using Windows Operating System, the change of a file extension is very easy however before doing so; you have to check if the system is showing the extensions of the files. If not, then you must enable the Operating System to show extensions of the files. After this you will right click on the file, select Rename then delete the actual file extension and type the new one.</p>
<p>In case you are using Linux or UNIX, the command for changing file extension is as follows:<br /> mv filename.exe filename.doc</p>
<p><strong>Renaming multiple file extensions<br /> </strong>There are cases when you need to rename the file extension of many files with the same extension. For this the only thing you have to do is to type the following command in MS-DOS under the directory in which your files are being stored:<br /> ren *.doc *.txt<br /> The above example will rename .doc file extensions to .txt of all the files in the current directory.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-change-file-extensions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are computer files?</title>
		<link>http://www.computer-files.com/what-are-computer-files.html</link>
		<comments>http://www.computer-files.com/what-are-computer-files.html#comments</comments>
		<pubDate>Wed, 09 Jan 2008 14:50:45 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[computer file]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/archives/9</guid>
		<description><![CDATA[Computer files are generally used to store information which can be accessed and viewed by a computer program associated with the file type. You can imagine a file just like a paper with written text on it which is now considered an old style solution to store data. Nowadays computer files are stored electronically in [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Computer files are generally used to store information which can be accessed and viewed by a computer program associated with the file type. You can imagine a file just like a paper with written text on it which is now considered an old style solution to store data.</p>
<p>Nowadays computer files are stored electronically in digital format consisting of <strong>binary digits</strong>, which are a combination of 0 and 1 representing integer values. A file can contain all data of a company&rsquo;s customers or employees which is usually stored in special data base files.</p>
<p>Files are usually being organized in <strong>folders</strong> or <strong>directories</strong>. There can be personal files or different application or system files. Computer files have two parts: a name of the file and the extension or suffix. There can&rsquo;t be two files with the same name under same directory thus the name of the file should be unique.</p>
<p>The <strong>size</strong> of a computer file is measured in <strong>bytes</strong> which tell how much space the actual file takes on the storage device. Computer files can be created, modified and deleted with the help of a file manager program.</p>
<p>Most common type of files: <strong>program files</strong>, <strong>text files</strong>, <strong>data files</strong> and <strong>directory files</strong>.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/what-are-computer-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

