<?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>Robar&#039;s Pages &#187; vbscript</title>
	<atom:link href="http://www.robarspages.ca/tag/vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robarspages.ca</link>
	<description>A technology blog about classic ASP and vbScript from the east coast</description>
	<lastBuildDate>Fri, 30 Dec 2011 21:13:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Classic ASP Data Caching for Performance</title>
		<link>http://www.robarspages.ca/web-development/classic-asp-data-caching-for-performance/</link>
		<comments>http://www.robarspages.ca/web-development/classic-asp-data-caching-for-performance/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 14:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[classic asp]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=325</guid>
		<description><![CDATA[Here is an OLD article I had about data caching in classic asp using the application object. When it comes to application performance on your web servers, ever little bit counts. Howto build a database caching system Introduction In this tutorial I will teach you how to build a simple database caching system to improve [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/classic-asp-data-caching-for-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Windows Scheduled Task Information to File with Command Line</title>
		<link>http://www.robarspages.ca/programming/export-windows-scheduled-task-information-to-file-with-command-line/</link>
		<comments>http://www.robarspages.ca/programming/export-windows-scheduled-task-information-to-file-with-command-line/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 15:15:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[scheduled tasks]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=297</guid>
		<description><![CDATA[Here is how to Export Windows Scheduled Task Information to File with Command Line: schtasks /query /fo CSV /v >> scheduled_task_metadata.csv This will dump a list of scheduled tasks and their advanced settings to a CSV file called &#8220;scheduled_task_metadata.cs&#8221; to whichever location you run the command prompt from. If you don&#8217;t want the windows scheduled [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/programming/export-windows-scheduled-task-information-to-file-with-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disconnected Recordset in Classic ASP VBScript</title>
		<link>http://www.robarspages.ca/programming/disconnected-recordset-in-classic-asp-vbscript/</link>
		<comments>http://www.robarspages.ca/programming/disconnected-recordset-in-classic-asp-vbscript/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 20:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[disconnected recordset]]></category>
		<category><![CDATA[parse xml]]></category>
		<category><![CDATA[recordset]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml to rs]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=227</guid>
		<description><![CDATA[What is a Disconnected Recordset? A Disconnected Recordset is A recordset object that exists in an application, but does not have an associated data connection associated with it. Why use a Disconnected Recordset? The ADO Recordset is considered an extremely &#8220;rich object model&#8221; which means it provides more functionality than say, an array. Also, you can load [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/programming/disconnected-recordset-in-classic-asp-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Cache VBS VBScript to Delete all Files in a Folder</title>
		<link>http://www.robarspages.ca/technology/delete-cache-vbs-vbscript-to-delete-all-files-in-a-folder/</link>
		<comments>http://www.robarspages.ca/technology/delete-cache-vbs-vbscript-to-delete-all-files-in-a-folder/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 16:27:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[FSO]]></category>
		<category><![CDATA[objWmiService]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[windows scripting]]></category>
		<category><![CDATA[winmgmts]]></category>
		<category><![CDATA[WScript.Shell]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=192</guid>
		<description><![CDATA[This is a simple VBS VBScript that I use to delete all files in a given folder on a machine. It is particularly useful to delete internet cache files or cookies. You can set a scheduled job actually, to perform this task nightly. This script could be easily modified to, say, clear out your temporary [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/technology/delete-cache-vbs-vbscript-to-delete-all-files-in-a-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBScript to Terminate a Windows Process</title>
		<link>http://www.robarspages.ca/web-development/vbscript-to-terminate-a-windows-process/</link>
		<comments>http://www.robarspages.ca/web-development/vbscript-to-terminate-a-windows-process/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 15:34:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[objWmiService]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[win32_process]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows scripting]]></category>
		<category><![CDATA[winmgmts]]></category>
		<category><![CDATA[wsh]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=189</guid>
		<description><![CDATA[I needed a quick vbscript to terminate a specific windows process that seemed to hang. This is the script that will do it. It uses SQL to lookup the process name from the win32_process list, then uses the terminate function to close it. NOTE: this vbs to terminate a windows process was only tested on [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/vbscript-to-terminate-a-windows-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vbscript Select Case for Range of Values</title>
		<link>http://www.robarspages.ca/web-development/vbscript-select-case-for-range-of-values/</link>
		<comments>http://www.robarspages.ca/web-development/vbscript-select-case-for-range-of-values/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 14:18:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[classic asp]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.robarspages.ca/?p=138</guid>
		<description><![CDATA[Here is a snippet of vbscript I use in ASP and/or VBS applications where I need a select case statement for a range of values for each case. There isn&#8217;t too much documentation online about this, and it&#8217;s a bit of a hack, but this will do the trick. 1 2 3 4 5 6 [...]]]></description>
		<wfw:commentRss>http://www.robarspages.ca/web-development/vbscript-select-case-for-range-of-values/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

