<?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; command</title>
	<atom:link href="http://www.computer-files.com/tag/command/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>About the rundll.exe or rundll32.exe files</title>
		<link>http://www.computer-files.com/about-the-rundllexe-or-rundll32exe-files.html</link>
		<comments>http://www.computer-files.com/about-the-rundllexe-or-rundll32exe-files.html#comments</comments>
		<pubDate>Thu, 07 Feb 2008 13:19:42 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[rundll]]></category>
		<category><![CDATA[rundll32]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/02/07/about-the-rundllexe-or-rundll32exe-files/</guid>
		<description><![CDATA[Located in the folder C:\Windows\System32 the &#8216;rundll&#8217; file makes possible to run a DLL file as an application placing its libraries in the memory for better performance. A few examples the rundll32.exe file can do to execute some commands in command prompt: - creating shortcut &#8211; locking Windows workstation &#8211; log off, restart or/and shutdown [...]]]></description>
			<content:encoded><![CDATA[
<!-- 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%2Ftag%2Fcommand%2Ffeed&amp;title=command'></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/tag/command/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/tag/command/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%2Ftag%2Fcommand%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%2Ftag%2Fcommand%2Ffeed'></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p>Located in the folder C:\Windows\System32 the &lsquo;<strong>rundll</strong>&rsquo; file makes possible to run a <strong>DLL</strong> file as an application placing its libraries in the memory for better performance.</p>
<p>A few examples the rundll32.exe file can do to execute some commands in command prompt:</p>
<p>- creating shortcut<br /> &#8211; locking Windows workstation<br /> &#8211; log off, restart or/and shutdown the computer<br /> &#8211; start screensaver<br /> &#8211; run copy disk</p>
<p>The rundll32.exe file can also be found in the Task Manager in the Processes list or sometimes appears as an error message when shutting down the PC.</p>
<p>Here is the sample of the syntax for the rundll32.exe file:<br /> <strong>rundll32.exe &lt;dllname&gt;,&lt;entrypoint&gt; &lt;optional arguments&gt;</strong></p>
<p> To understand better, here is an example how to open the Control Panel:<br /> <strong>rundll32.exe SHELL32.DLL,Control_RunDLL desk.cpl,,0&nbsp; </strong> </p>
</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/about-the-rundllexe-or-rundll32exe-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are batch files</title>
		<link>http://www.computer-files.com/what-are-batch-files.html</link>
		<comments>http://www.computer-files.com/what-are-batch-files.html#comments</comments>
		<pubDate>Mon, 21 Jan 2008 14:30:30 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[autoexec]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[btm]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/21/what-are-batch-files/</guid>
		<description><![CDATA[Definition: A batch file is a simple text file with a series of commands which are executed whenever the file is being run either manually with cmd.exe or automatically on a specific date and time. Usually it is used to erase, move or archive files on a regular basis. The command lines are easy to [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><strong>Definition</strong>: A <strong>batch file </strong>is a simple text file with a series of commands which are executed whenever the file is being run either manually with <strong>cmd.exe</strong> or automatically on a specific date and time.</p>
<p>Usually it is used to erase, move or archive files on a regular basis. The command lines are easy to learn and do not require advanced programming skills. Commands used in batch files are not case sensitive similarly to the MS-DOS commands.</p>
<p>The earliest and most used batch file is probably the <strong>autoexec.bat</strong> boot file. This file is loaded whenever the computer starts booting MS-DOS or Windows and contains all the commands the operating system requires to run properly.</p>
<p>Batch files can have different extensions depending on the operating system from which most often used are <strong>.bat</strong>, <strong>.cmd</strong> or <strong>.btm</strong>.</p>
<p><strong> Some batch command examples</strong>:</p>
<p><strong>@ </strong>or<strong> </strong><strong>@ECHO OF</strong> &ndash; prevents echoing back the text after the symbol<br /> <strong>CALL</strong> &ndash; this command is used whenever another batch file in the original one is needed to be run<br /> <strong>CLS </strong>&ndash; used to clear screen just like in MS-DOS<br /> <strong>IF</strong> &ndash; used to search for a condition and only in case it finds then will execute the function<br /> <strong>REM</strong> &ndash; used to write comments<br /> <strong>START</strong> &ndash; used to run Windows applications (ex. C:\Windows\NOTEPAD.EXE)</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/what-are-batch-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

