<?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>reviewmylife &#187; script</title>
	<atom:link href="http://www.reviewmylife.co.uk/blog/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reviewmylife.co.uk</link>
	<description>Technology, life, programming, travel and money.</description>
	<lastBuildDate>Tue, 24 Jan 2012 08:39:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DOS: Get the directory name from a file path</title>
		<link>http://www.reviewmylife.co.uk/blog/2010/06/28/dos-get-directory-name-from-file-path/</link>
		<comments>http://www.reviewmylife.co.uk/blog/2010/06/28/dos-get-directory-name-from-file-path/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 08:05:20 +0000</pubDate>
		<dc:creator>reviewmylife</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[source code]]></category>
		<guid isPermaLink="false">http://www.reviewmylife.co.uk/blog/?p=1030</guid>
		<description><![CDATA[Copyright &#169; 2012 reviewmylife. Visit the original article at http://www.reviewmylife.co.uk/blog/2010/06/28/dos-get-directory-name-from-file-path/.If you need to write a DOS batch file that takes a file path as an input parameter and needs to do something to other files in the same directory as the input file then you’ll find there is no easy way to get the file’s [...]]]></description>
		<wfw:commentRss>http://www.reviewmylife.co.uk/blog/2010/06/28/dos-get-directory-name-from-file-path/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting file extensions to lower case</title>
		<link>http://www.reviewmylife.co.uk/blog/2010/01/15/converting-file-extensions-to-lower-case/</link>
		<comments>http://www.reviewmylife.co.uk/blog/2010/01/15/converting-file-extensions-to-lower-case/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 04:40:53 +0000</pubDate>
		<dc:creator>reviewmylife</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">http://www.reviewmylife.co.uk/blog/?p=561</guid>
		<description><![CDATA[Copyright &#169; 2012 reviewmylife. Visit the original article at http://www.reviewmylife.co.uk/blog/2010/01/15/converting-file-extensions-to-lower-case/.Recently I needed to convert a large number of photo file extensions to lower case. Doing this manually would take ages and wouldn’t be a fun job. I wrote a quick batch file to look through all the sub-directories from the one it is executed from [...]]]></description>
		<wfw:commentRss>http://www.reviewmylife.co.uk/blog/2010/01/15/converting-file-extensions-to-lower-case/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FTP uploading a directory of files using perl</title>
		<link>http://www.reviewmylife.co.uk/blog/2008/02/18/ftp-uploading-a-directory-of-files-using-perl/</link>
		<comments>http://www.reviewmylife.co.uk/blog/2008/02/18/ftp-uploading-a-directory-of-files-using-perl/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 19:34:05 +0000</pubDate>
		<dc:creator>reviewmylife</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[source code]]></category>
		<guid isPermaLink="false">http://www.reviewmylife.co.uk/blog/2008/02/18/ftp-uploading-a-directory-of-files-using-perl/</guid>
		<description><![CDATA[Copyright &#169; 2012 reviewmylife. Visit the original article at http://www.reviewmylife.co.uk/blog/2008/02/18/ftp-uploading-a-directory-of-files-using-perl/.Here is a simple script to upload the files which are in a particular directory. I use something similar to automate the file uploading for my tube walking blog. Whenever I take photos for the blog I put them into a directory with the current date [...]]]></description>
		<wfw:commentRss>http://www.reviewmylife.co.uk/blog/2008/02/18/ftp-uploading-a-directory-of-files-using-perl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backup / restore of last modified and created file time attributes on Windows</title>
		<link>http://www.reviewmylife.co.uk/blog/2008/01/12/backup-restore-of-last-modified-and-created-file-time-attributes-on-windows/</link>
		<comments>http://www.reviewmylife.co.uk/blog/2008/01/12/backup-restore-of-last-modified-and-created-file-time-attributes-on-windows/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 15:52:01 +0000</pubDate>
		<dc:creator>reviewmylife</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[source code]]></category>
		<guid isPermaLink="false">http://www.reviewmylife.co.uk/blog/2008/01/12/backup-restore-of-last-modified-and-created-file-time-attributes-on-windows/</guid>
		<description><![CDATA[Copyright &#169; 2012 reviewmylife. Visit the original article at http://www.reviewmylife.co.uk/blog/2008/01/12/backup-restore-of-last-modified-and-created-file-time-attributes-on-windows/.Last month I found that I needed to be able to backup and restore the last modified and created file times of a load of files in Windows XP. This is probably a bit of an obscure thing to need to do so naturally I couldn&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.reviewmylife.co.uk/blog/2008/01/12/backup-restore-of-last-modified-and-created-file-time-attributes-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

