<?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; Programmierung</title>
	<atom:link href="http://www.jhrweb.de/category/tutorials-howtos/programmierung/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>Sun, 01 Aug 2010 16:12:17 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>VBScript: MsgBox mit Timeout</title>
		<link>http://www.jhrweb.de/vbscript-msgbox-mit-timeout.html</link>
		<comments>http://www.jhrweb.de/vbscript-msgbox-mit-timeout.html#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:17:38 +0000</pubDate>
		<dc:creator>JHR</dc:creator>
				<category><![CDATA[VBScript]]></category>
		<category><![CDATA[MsgBox]]></category>
		<category><![CDATA[Timeout]]></category>

		<guid isPermaLink="false">http://www.jhrweb.de/?p=232</guid>
		<description><![CDATA[Bei der MsgBox-Funktion wird eine Nachricht in einem Dialogfenster angezeigt. Es wird solange gewartet bis der Benutzer auf eine Schaltfläche klickt und dann ein Wert zurück geliefert, auf was der Benutzer geklickt hat. Wenn der Benutzer nicht auf eine Schaltfläche klickt, läuft das Script nicht weiter. Hier nun ein kleiner Codeschnipsel mit Dialogfeld und (10 [...]]]></description>
		<wfw:commentRss>http://www.jhrweb.de/vbscript-msgbox-mit-timeout.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
