<?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>for &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/for/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Fri, 25 Dec 2015 18:24:18 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>for &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Datum/Uhrzeit in Variablen schreiben &#8211; Batch</title>
		<link>https://www.systemtechnics.de/datumuhrzeit-in-variablen-schreiben-batch/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Mon, 24 Aug 2015 05:52:22 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Batch/Powershell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[for]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=491</guid>

					<description><![CDATA[Mit folgenden Zeilen kann man unter Windows Datum/Uhrzeit in Variablen schreiben und später weiter verwenden :: Datum und Uhrzeit ermitteln [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Mit folgenden Zeilen kann man unter Windows Datum/Uhrzeit in Variablen schreiben und später weiter verwenden</p>
<p><span id="more-491"></span></p>
<pre>:: Datum und Uhrzeit ermitteln und in Variablen sichern
for /f "tokens=1-3" %%a in ('cmd.exe /c "echo. | time"') do if %%a == Aktuelle set time=%%c
for /f "tokens=1-4" %%a in ('cmd.exe /c "echo. | date"') do if %%a == Aktuelles set date=%%d

echo Datum   = %date%
echo Uhrzeit = %time%</pre>
<p><img decoding="async" src="/wp-content/uploads/batch-datum-e1440309772344.png" alt="" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
