<?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>Knowledge Mania &#187; Windows</title>
	<atom:link href="http://knowledgeexplosion.info/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://knowledgeexplosion.info</link>
	<description>...By Knowledge Sharers For Knowledge Seekers</description>
	<lastBuildDate>Fri, 09 Sep 2011 07:10:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Turning off irritating system beep</title>
		<link>http://knowledgeexplosion.info/2009/12/turning-off-irritating-system-beep/</link>
		<comments>http://knowledgeexplosion.info/2009/12/turning-off-irritating-system-beep/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 02:18:22 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=174</guid>
		<description><![CDATA[Turning off that irritating system beep: Somehow I hate that default system beep on different operating systems, here are quick commands to turn that off Windows: net stop beep (in command line) Linux, Mac OS X: xset b off (terminal)]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/12/turning-off-irritating-system-beep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of files in a windows folder using CMD prompt</title>
		<link>http://knowledgeexplosion.info/2009/04/list-of-files-in-a-windows-folder-using-cmd-prompt/</link>
		<comments>http://knowledgeexplosion.info/2009/04/list-of-files-in-a-windows-folder-using-cmd-prompt/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 20:58:18 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=135</guid>
		<description><![CDATA[This method will get all the file/folder names from a windows folder to a text file the key command here is &#8220;>&#8221; symbol, which means &#8220;create a new file with the screen output&#8221; The syntax is : C:\>folderpath> dir > filename.txt Example: Goto the command prompt from windows C:\> C:\>cd foldername or folderpath C:\foldername> C:\foldername> [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/04/list-of-files-in-a-windows-folder-using-cmd-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Way To Set Up Remote Debugging in Tomcat</title>
		<link>http://knowledgeexplosion.info/2008/07/simple-way-to-set-up-remote-debugging-in-tomcat/</link>
		<comments>http://knowledgeexplosion.info/2008/07/simple-way-to-set-up-remote-debugging-in-tomcat/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 07:30:17 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=104</guid>
		<description><![CDATA[Setting Up Tomcat For Remote Debugging on Windows &#8211; Simple Way: You ever want to debug your web application remotely using Tomcat on Windows. Here is the simple trick: [1] Edit TOMCAT_DIR/bin/startup.bat [2] Replace call "%EXECUTABLE%" start %CMD_LINE_ARGS% with set JPDA_TRANSPORT=dt_socket set JPDA_ADDRESS=8000 call "%EXECUTABLE%" jpda start %CMD_LINE_ARGS% [3] Restart Tomcat; Happy debugging For more [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2008/07/simple-way-to-set-up-remote-debugging-in-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Free MP3 to Wav converter&#8217;s for Windows</title>
		<link>http://knowledgeexplosion.info/2008/06/best-free-mp3-to-wav-converters-for-windows/</link>
		<comments>http://knowledgeexplosion.info/2008/06/best-free-mp3-to-wav-converters-for-windows/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 06:24:55 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=99</guid>
		<description><![CDATA[Best Free MP3 to Wav converter&#8217;s for Windows: I&#8217;m listing best free resources for converting your .mp3 files to .wav format. Free MP3 WMA WAV Converter 2.0 It supports Windows Vista, 2003, XP, 2000, 98. The best part is you can control the final bit rate of the .wav file. This enables you to maintain [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2008/06/best-free-mp3-to-wav-converters-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved : The ftp Session Was Terminated</title>
		<link>http://knowledgeexplosion.info/2008/04/solved-the-ftp-session-was-terminated/</link>
		<comments>http://knowledgeexplosion.info/2008/04/solved-the-ftp-session-was-terminated/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 07:39:00 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=71</guid>
		<description><![CDATA[Have you setup your public_ftp account successfully but you can&#8217;t access it using internet explorer?? Whether it shows some message &#8220;Windows cannot access the folder make sure you typed the file name correctly or that you have permission to access the folder.&#8221; Details: The FTP session was terminated. Don&#8217;t be panic, I&#8217;ve solution for that. [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2008/04/solved-the-ftp-session-was-terminated/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Unpatched flaw leading to new Word attack</title>
		<link>http://knowledgeexplosion.info/2008/03/unpatched-flaw-leading-to-new-word-attack/</link>
		<comments>http://knowledgeexplosion.info/2008/03/unpatched-flaw-leading-to-new-word-attack/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 14:45:17 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=64</guid>
		<description><![CDATA[Microsoft on Friday warned that cyber criminals may be taking advantage of an unpatched flaw in the Windows operating system to install malicious software on a victim&#8217;s PC. The reported attack, now under investigation by Microsoft, involves a malicious Word document, but there may be other ways of exploiting the flaw, Microsoft said. &#8220;Do not [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2008/03/unpatched-flaw-leading-to-new-word-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t live without VIM Editor&#8230;. VIM on Windows&#8230;Best VI Resources</title>
		<link>http://knowledgeexplosion.info/2007/12/cant-live-without-vim-editor-vim-on-windows-best-vi-resources/</link>
		<comments>http://knowledgeexplosion.info/2007/12/cant-live-without-vim-editor-vim-on-windows-best-vi-resources/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 07:54:44 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random Picks..]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=26</guid>
		<description><![CDATA[I love the VI editor &#38; used to miss it&#8217;s strong text manipulation abilities on Windows. But I found out VIM (Vi Improved with syntax highlighting) port for Windows. VIM For Windows Best VI Tutorials/ Best VI Resources: Mastering VI Editor VI Tutorial &#8211; Purdue University VI in 10 Minutes VI Advanced Features VI Reference [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2007/12/cant-live-without-vim-editor-vim-on-windows-best-vi-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

