<?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>Lifehacker Australia &#187; batch scripts</title>
	<atom:link href="http://www.lifehacker.com.au/tags/batch-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifehacker.com.au</link>
	<description>tips and downloads to help you at work and play</description>
	<lastBuildDate>Mon, 23 Nov 2009 03:00:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To  Really  Browse Without Leaving A Trace</title>
		<link>http://www.lifehacker.com.au/2009/11/how-to-really-browse-without-leaving-a-trace/</link>
		<comments>http://www.lifehacker.com.au/2009/11/how-to-really-browse-without-leaving-a-trace/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:30:00 +0000</pubDate>
		<dc:creator>The How-To Geek</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[batch scripts]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.lifehacker.com.au/?p=344965</guid>
		<description><![CDATA[Think that your browser&#8217;s private mode keeps your browsing completely private? Not so! More often than not, you&#8217;re still leaving traces of your browsing session behind, and today we&#8217;ll tell you how to get rid of them for truly private browsing.
The Problem
 Keeping track of where you&#8217;ve been doesn&#8217;t end with simply clearing out your [...]]]></description>
		<wfw:commentRss>http://www.lifehacker.com.au/2009/11/how-to-really-browse-without-leaving-a-trace/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Unofficial Chrome Extension Manager Enables Or Disables Add-ons</title>
		<link>http://www.lifehacker.com.au/2009/07/unofficial-chrome-extension-manager-enables-or-disables-add-ons/</link>
		<comments>http://www.lifehacker.com.au/2009/07/unofficial-chrome-extension-manager-enables-or-disables-add-ons/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 18:00:00 +0000</pubDate>
		<dc:creator>The How-To Geek</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[batch scripts]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.lifehacker.com.au/?p=338099</guid>
		<description><![CDATA[Windows only: Until Google graces us with a real extension manager, an enterprising user put together an impressive batch file that can handle enabling, disabling or even uninstalling Google Chrome extensions.
Once you&#8217;ve downloaded the batch file, you can simply double-click to open it up in a command prompt window, where you&#8217;ll be presented with a [...]]]></description>
		<wfw:commentRss>http://www.lifehacker.com.au/2009/07/unofficial-chrome-extension-manager-enables-or-disables-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Relative Paths In Your Batch Files</title>
		<link>http://www.lifehacker.com.au/2009/07/use-relative-paths-in-your-batch-files/</link>
		<comments>http://www.lifehacker.com.au/2009/07/use-relative-paths-in-your-batch-files/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 18:00:00 +0000</pubDate>
		<dc:creator>The How-To Geek</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[batch scripts]]></category>
		<category><![CDATA[command lines]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[usb drives]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.lifehacker.com.au/?p=337388</guid>
		<description><![CDATA[Reader Paul writes in with an interesting tip for using relative paths in a batch file: you can use a special code to represent the current path&#8212;useful for batch files on a Flash drive.
We&#8217;ve previously covered a similiar way to create shortcuts that run off a USB stick&#8212;but if you need the full path to [...]]]></description>
		<wfw:commentRss>http://www.lifehacker.com.au/2009/07/use-relative-paths-in-your-batch-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick-Kill Multiple Programs with Batch Files</title>
		<link>http://www.lifehacker.com.au/2008/02/quickkill_multiple_programs_with_batch_files-2/</link>
		<comments>http://www.lifehacker.com.au/2008/02/quickkill_multiple_programs_with_batch_files-2/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 20:10:00 +0000</pubDate>
		<dc:creator>Kevin Purdy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[batch scripts]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[windows tip]]></category>

		<guid isPermaLink="false">http://www.lifehacker.com.au/tips/2008/02/01/quickkill_multiple_programs_with_batch_files-2.html</guid>
		<description><![CDATA[The CyberNet weblog follows up on their previous tip for creating quick-kill shortcuts for individual programs in Windows by expanding the idea to an automated batch file that kills off a bunch of programs at once. The batch script is smart enough to skip any apps you don&#8217;t have open, and makes it easy to [...]]]></description>
		<wfw:commentRss>http://www.lifehacker.com.au/2008/02/quickkill_multiple_programs_with_batch_files-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
