<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://hergipedia.oc.uni-kiel.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Batch_tricks_fuer_cmd.exe</id>
	<title>Batch tricks fuer cmd.exe - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://hergipedia.oc.uni-kiel.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Batch_tricks_fuer_cmd.exe"/>
	<link rel="alternate" type="text/html" href="https://hergipedia.oc.uni-kiel.de/mediawiki/index.php?title=Batch_tricks_fuer_cmd.exe&amp;action=history"/>
	<updated>2026-04-03T23:55:05Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Hergipedia</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://hergipedia.oc.uni-kiel.de/mediawiki/index.php?title=Batch_tricks_fuer_cmd.exe&amp;diff=988&amp;oldid=prev</id>
		<title>Fkoehler: Die Seite wurde neu angelegt: „* http://www.ss64.com/  * Mastertip: alles Komplexe in FOR Kommando :z.B.: Backquotes `command` + grep  FOR /F &quot;delims= tokens=&quot; (&#039;command&#039;) DO  * Variablen setze...“</title>
		<link rel="alternate" type="text/html" href="https://hergipedia.oc.uni-kiel.de/mediawiki/index.php?title=Batch_tricks_fuer_cmd.exe&amp;diff=988&amp;oldid=prev"/>
		<updated>2009-03-12T17:22:49Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „* http://www.ss64.com/  * Mastertip: alles Komplexe in FOR Kommando :z.B.: Backquotes `command` + grep  FOR /F &amp;quot;delims= tokens=&amp;quot; (&amp;#039;command&amp;#039;) DO  * Variablen setze...“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* http://www.ss64.com/&lt;br /&gt;
&lt;br /&gt;
* Mastertip: alles Komplexe in FOR Kommando&lt;br /&gt;
:z.B.: Backquotes `command` + grep&lt;br /&gt;
 FOR /F &amp;quot;delims= tokens=&amp;quot; (&amp;#039;command&amp;#039;) DO&lt;br /&gt;
&lt;br /&gt;
* Variablen setzen (Quoting unnoetig)&lt;br /&gt;
 set a=Dies ist ein Test.&lt;br /&gt;
 echo %a%&lt;br /&gt;
: -&amp;gt; Output: Dies ist ein Test&lt;br /&gt;
&lt;br /&gt;
* Variablensubstitution:&lt;br /&gt;
:interactive: %VARNAME%&lt;br /&gt;
:batch:      %%VARNAME%%&lt;br /&gt;
&lt;br /&gt;
* redirection auch am Anfang&lt;br /&gt;
  &amp;gt; hello.txt echo hello&lt;br /&gt;
  &amp;gt;&amp;gt; hello.txt echo world!&lt;br /&gt;
&lt;br /&gt;
* Quote mit ^&lt;/div&gt;</summary>
		<author><name>Fkoehler</name></author>
	</entry>
</feed>