<?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>JHRweb &#187; Batch</title>
	<atom:link href="http://www.jhrweb.de/category/tutorials-howtos/programmierung/batch/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jhrweb.de</link>
	<description>Tutorials, Kurioses, Tipps - Tricks und News aus der IT-Welt</description>
	<lastBuildDate>Wed, 14 Sep 2011 19:03:37 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Batch: Format von %date% ändern</title>
		<link>http://www.jhrweb.de/batch-format-von-date-andern.html</link>
		<comments>http://www.jhrweb.de/batch-format-von-date-andern.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 13:38:37 +0000</pubDate>
		<dc:creator>JHR</dc:creator>
				<category><![CDATA[Batch]]></category>

		<guid isPermaLink="false">http://www.jhrweb.de/?p=212</guid>
		<description><![CDATA[Das Standardformat von %date% ist TT.MM.JJJJ. Dieses Format eignet sich aber nicht um z.B. mit einer Batch-Datei ein Ordner mit dem aktuellen Datum zu erstellen. Die Lösung für folgendes Format JJJJMMTT: set Datum=%date:~6,4%%date:~3,2%%date:~0,2% %date% gibt das Datum aus… 11.03.2009 %date:~0,2% gibt die ersten 2 Zeichen von %date% aus (11) %date:~3,2% gibt 2 Zeichen aus, beginnend [...]]]></description>
		<wfw:commentRss>http://www.jhrweb.de/batch-format-von-date-andern.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

