<?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>Jumlin Blog &#187; Winbatch</title>
	<atom:link href="http://blog.jumlin.com/category/scripts/batch/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jumlin.com</link>
	<description>The coding hell of Dennis V and the daily IT of Niklas Jumlin</description>
	<lastBuildDate>Wed, 04 Jan 2012 09:19:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Unrar finished torrents (uTorrent) and delete archives (rar)</title>
		<link>http://blog.jumlin.com/2011/02/unrar-finished-torrents-utorrent-and-delete-archives-rar/</link>
		<comments>http://blog.jumlin.com/2011/02/unrar-finished-torrents-utorrent-and-delete-archives-rar/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 15:06:12 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[unrar]]></category>
		<category><![CDATA[utorrent]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=183</guid>
		<description><![CDATA[I couldn&#8217;t find any unpacker that would extract and delete archives for a torrent after a certain period of time or after a certain seed ratio had been reached. I&#8217;ve noticed quite alot of people complain about this on, for example, uTorrent&#8217;s official forums. So I wrote this script that will wait for a set [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2011/02/unrar-finished-torrents-utorrent-and-delete-archives-rar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Move files in folders and subfolders older than one year</title>
		<link>http://blog.jumlin.com/2010/10/move-files-in-folders-and-subfolders-older-than-one-year/</link>
		<comments>http://blog.jumlin.com/2010/10/move-files-in-folders-and-subfolders-older-than-one-year/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 13:05:42 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[older]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=161</guid>
		<description><![CDATA[A colleague asked me if I could write a script that would move files within a folder or its subfolders that were older than one year into a new location but still keep the directory structure. I figured it would be quite a challenge so I decided to do it for him; kind as I [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/10/move-files-in-folders-and-subfolders-older-than-one-year/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>THE ultimate loginscript</title>
		<link>http://blog.jumlin.com/2010/07/the-ultimate-loginscript/</link>
		<comments>http://blog.jumlin.com/2010/07/the-ultimate-loginscript/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 12:48:32 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[loginscript]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=127</guid>
		<description><![CDATA[I was given the task to rewrite the login script for a company, they had 4 sites and about 20 login scripts for various purposes. So I wrote a general one which took care of all the general stuff. You may look at my earlier post about an inventory script, because this script will use [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/07/the-ultimate-loginscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inventory script for use with login scripts</title>
		<link>http://blog.jumlin.com/2010/03/inventory-script-for-use-with-login-scripts/</link>
		<comments>http://blog.jumlin.com/2010/03/inventory-script-for-use-with-login-scripts/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:49:53 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[inventory]]></category>
		<category><![CDATA[login script]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=51</guid>
		<description><![CDATA[I was recently asked to inventory approx 200 client computers of what programs they had installed, the specifications (cpu/ram/hdd) etc. So I was being lazy as most IT-techs are and wrote a script that I later on implemented into their usual login script. It creates a simple .txt-file on a pre-mapped network drive and appends [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/03/inventory-script-for-use-with-login-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplified robocopy backup script</title>
		<link>http://blog.jumlin.com/2010/01/simplified-robocopy-backup-script/</link>
		<comments>http://blog.jumlin.com/2010/01/simplified-robocopy-backup-script/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 08:37:29 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[robocopy]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=47</guid>
		<description><![CDATA[So I work with many servers and many customers. Usually I had to write a new backup script for every new customer and server. Therefore I figured I might as well just write a template that I can copy/paste everytime I have to implement a robocopy backup script. So here goes. @echo off title Copyright [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/01/simplified-robocopy-backup-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Connect/map Printers Login Script</title>
		<link>http://blog.jumlin.com/2009/12/connectmap-printers-login-script/</link>
		<comments>http://blog.jumlin.com/2009/12/connectmap-printers-login-script/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:41:14 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[loginscript]]></category>
		<category><![CDATA[map printer]]></category>
		<category><![CDATA[printers]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=49</guid>
		<description><![CDATA[I&#8217;ve already mentioned I work with many customers and servers. Everytime I install a new server that hosts printers I have to handwrite a loginscript that connects/maps the printers on the clients. So I made a template for that as well. There is only a few variables needed to change for it to rock. Check [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2009/12/connectmap-printers-login-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Ping Tool/IP-Scanner</title>
		<link>http://blog.jumlin.com/2009/09/batch-ping-toolip-scanner/</link>
		<comments>http://blog.jumlin.com/2009/09/batch-ping-toolip-scanner/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 14:19:40 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Winbatch]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=75</guid>
		<description><![CDATA[I had a scenario where I wanted to see what was on the network at a location. So I figured I&#8217;d just ping them all, man was this a pain or what! So I wrote a script for it instead. :) And yes, I know there is alot of IP-scanners out there. But what hacker [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2009/09/batch-ping-toolip-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

