<?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>AbyssalSoft &#187; Articles</title>
	<atom:link href="http://www.abyssalsoft.com/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abyssalsoft.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 12:49:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to delete folder in VBS &#8211; simple way</title>
		<link>http://www.abyssalsoft.com/how-to-delete-folder-in-vbs-simple-way/</link>
		<comments>http://www.abyssalsoft.com/how-to-delete-folder-in-vbs-simple-way/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 12:26:15 +0000</pubDate>
		<dc:creator>Marius Ignatescu</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.abyssalsoft.com/?p=82</guid>
		<description><![CDATA[Note: This code requires that you add a reference to the Microsoft Scripting Runtime type library.
This example will delete &#8220;C:\Temp&#8221; directory and all its sub-directories.
Dim fso As New Scripting.FileSystemObject
fso.DeleteFolder &#8220;c:\temp&#8221;, True
That was all.  
]]></description>
		<wfw:commentRss>http://www.abyssalsoft.com/how-to-delete-folder-in-vbs-simple-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB Hardcore: Assambly in Visual Basic</title>
		<link>http://www.abyssalsoft.com/vb-hardcore-assambly-in-visual-basic/</link>
		<comments>http://www.abyssalsoft.com/vb-hardcore-assambly-in-visual-basic/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 12:09:28 +0000</pubDate>
		<dc:creator>Marius Ignatescu</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.abyssalsoft.com/?p=81</guid>
		<description><![CDATA[Here is the most advanced technique probably you have ever seen in VB. Haven&#8217;t you been told by the &#8220;experts&#8221; that you can&#8217;t do low level programming stuff in VB which you can do in C/C++/ASM ? But here we will prove them wrong. This little code will demonstrate how to execute low level Machine [...]]]></description>
		<wfw:commentRss>http://www.abyssalsoft.com/vb-hardcore-assambly-in-visual-basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open more than one Y. Messenger</title>
		<link>http://www.abyssalsoft.com/how-to-open-more-than-one-y-messenger/</link>
		<comments>http://www.abyssalsoft.com/how-to-open-more-than-one-y-messenger/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 14:39:05 +0000</pubDate>
		<dc:creator>Marius Ignatescu</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.abyssalsoft.com/?p=69</guid>
		<description><![CDATA[This is very simple. All you have to do is:
Go to START &#62; RUN, type &#8216;regedit&#8217; and press ENTER. In the regedit window, navigate to ‘HKEY_CURRENT_USER\Software\Yahoo\Pager\Test’
Now in the right pane, right click New &#62; DWORD Value. Name it as &#8216;Plural&#8217;. Now Double click the Plural DWORD you created and set its value to 1.
That&#8217;s it! Now [...]]]></description>
		<wfw:commentRss>http://www.abyssalsoft.com/how-to-open-more-than-one-y-messenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artificial intelligence</title>
		<link>http://www.abyssalsoft.com/artificial-intelligence/</link>
		<comments>http://www.abyssalsoft.com/artificial-intelligence/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:19:40 +0000</pubDate>
		<dc:creator>Marius Ignatescu</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.abyssalsoft.com/?p=58</guid>
		<description><![CDATA[Artificial intelligence is part of computer science and is studying and designing intelligent agents who understand the environment and take action.
John McCarthy who founded the idea in 1956 defines artificial intelligence as &#8220;the science and engineering to achieve intelligent machines.
The challenge is to achieve an intelligent machine, like a Homo Sapiens. This raises philosophical issues [...]]]></description>
		<wfw:commentRss>http://www.abyssalsoft.com/artificial-intelligence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
