<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>me looking so small in this world &#187; windows</title>
	<atom:link href="http://rudyegenias.wordpress.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://rudyegenias.wordpress.com</link>
	<description>my way to the it world, search engine optimization, linux, php, tech, unix, tutorials, xampp, notes</description>
	<lastBuildDate>Wed, 16 Dec 2009 00:42:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='rudyegenias.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6347d051db7099bdcb328ee218971f7c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>me looking so small in this world &#187; windows</title>
		<link>http://rudyegenias.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rudyegenias.wordpress.com/osd.xml" title="me looking so small in this world" />
		<item>
		<title>xplorer² default directory association</title>
		<link>http://rudyegenias.wordpress.com/2009/12/16/xplorer%c2%b2-default-directory-association/</link>
		<comments>http://rudyegenias.wordpress.com/2009/12/16/xplorer%c2%b2-default-directory-association/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 00:42:47 +0000</pubDate>
		<dc:creator>rudyegenias</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://rudyegenias.wordpress.com/?p=193</guid>
		<description><![CDATA[Did you find yourself finding a way to de-associate folders opening in xplorer2? In short stop opening folders in xplorer2 or xplorer2 lite version and open the folders again with Windows Explorer.
I love free software and manages files with great ease using xplorer2 lite version. However, I accidentally associate folder to open with xplorer2 during [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rudyegenias.wordpress.com&blog=300508&post=193&subd=rudyegenias&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rudyegenias.wordpress.com/2009/12/16/xplorer%c2%b2-default-directory-association/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.zabkat.com/blog/bpic/open_x2_off.reg" length="540" type="audio/mpeg" />
	
		<media:content url="http://1.gravatar.com/avatar/51c0bf52d5464b10984efef52f877d1b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rudyegenias</media:title>
		</media:content>
	</item>
		<item>
		<title>batch file programming</title>
		<link>http://rudyegenias.wordpress.com/2008/08/05/batch-file-programming/</link>
		<comments>http://rudyegenias.wordpress.com/2008/08/05/batch-file-programming/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 06:05:53 +0000</pubDate>
		<dc:creator>rudyegenias</dc:creator>
				<category><![CDATA[XP]]></category>
		<category><![CDATA[batch scripting]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://rudyegenias.wordpress.com/2008/08/05/batch-file-programming/</guid>
		<description><![CDATA[Batfiles: The DOS batch file programming handbook &#38; Tutorial
Enjoy!

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rudyegenias.wordpress.com&blog=300508&post=145&subd=rudyegenias&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rudyegenias.wordpress.com/2008/08/05/batch-file-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51c0bf52d5464b10984efef52f877d1b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rudyegenias</media:title>
		</media:content>
	</item>
		<item>
		<title>process list on command line</title>
		<link>http://rudyegenias.wordpress.com/2008/07/25/process-list-on-command-line/</link>
		<comments>http://rudyegenias.wordpress.com/2008/07/25/process-list-on-command-line/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 08:29:39 +0000</pubDate>
		<dc:creator>rudyegenias</dc:creator>
				<category><![CDATA[XP]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://rudyegenias.wordpress.com/2008/07/25/process-list-on-command-line/</guid>
		<description><![CDATA[List all running process on Windows XP
WMIC /OUTPUT:C:\ProcessList.txt PROCESS get Caption,Commandline,Processid
Note: You have to be in Administrator group to use this command
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rudyegenias.wordpress.com&blog=300508&post=141&subd=rudyegenias&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rudyegenias.wordpress.com/2008/07/25/process-list-on-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51c0bf52d5464b10984efef52f877d1b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rudyegenias</media:title>
		</media:content>
	</item>
		<item>
		<title>shuffle the arrangement of task bar buttons in windows</title>
		<link>http://rudyegenias.wordpress.com/2008/04/10/shuffle-the-arrangement-of-task-bar-buttons-in-windows/</link>
		<comments>http://rudyegenias.wordpress.com/2008/04/10/shuffle-the-arrangement-of-task-bar-buttons-in-windows/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 00:01:35 +0000</pubDate>
		<dc:creator>rudyegenias</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://rudyegenias.wordpress.com/2008/04/10/shuffle-the-arrangement-of-task-bar-buttons-in-windows/</guid>
		<description><![CDATA[Hate it when the applications buttons are not arrange to what I call CLUTTERY type. So I search the net for a solution on how to solve this and ALAS. Here&#8217;s a nifty little program to do just what you want.
source: http://www.freewebs.com/nerdcave/taskbarshuffle.htm
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rudyegenias.wordpress.com&blog=300508&post=132&subd=rudyegenias&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rudyegenias.wordpress.com/2008/04/10/shuffle-the-arrangement-of-task-bar-buttons-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51c0bf52d5464b10984efef52f877d1b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rudyegenias</media:title>
		</media:content>
	</item>
		<item>
		<title>apt-get for windows wtf?!</title>
		<link>http://rudyegenias.wordpress.com/2008/03/19/apt-get-for-windows-wtf/</link>
		<comments>http://rudyegenias.wordpress.com/2008/03/19/apt-get-for-windows-wtf/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 20:42:22 +0000</pubDate>
		<dc:creator>rudyegenias</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://rudyegenias.wordpress.com/2008/03/19/apt-get-for-windows-wtf/</guid>
		<description><![CDATA[Enjoyed the feature in linux, why not enjoy it also in windows? Nuff said.
see: http://www.nabber.org/projects/appupdater/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rudyegenias.wordpress.com&blog=300508&post=126&subd=rudyegenias&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rudyegenias.wordpress.com/2008/03/19/apt-get-for-windows-wtf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51c0bf52d5464b10984efef52f877d1b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rudyegenias</media:title>
		</media:content>
	</item>
	</channel>
</rss>