<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://brwiki2.brulescorp.com/brwiki2/index.php?action=history&amp;feed=atom&amp;title=Batch</id>
	<title>Batch - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://brwiki2.brulescorp.com/brwiki2/index.php?action=history&amp;feed=atom&amp;title=Batch"/>
	<link rel="alternate" type="text/html" href="https://brwiki2.brulescorp.com/brwiki2/index.php?title=Batch&amp;action=history"/>
	<updated>2026-05-31T15:14:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://brwiki2.brulescorp.com/brwiki2/index.php?title=Batch&amp;diff=5307&amp;oldid=prev</id>
		<title>Laura: Created page with &quot;A &#039;&#039;&#039;Batch file&#039;&#039;&#039; or &#039;&#039;&#039;.Bat&#039;&#039;&#039; or &#039;&#039;&#039;.Cmd&#039;&#039;&#039; is a windows based scripting language which dates back to the early days of DOS.  See also Wikipedia:Batch file.  *[http://w...&quot;</title>
		<link rel="alternate" type="text/html" href="https://brwiki2.brulescorp.com/brwiki2/index.php?title=Batch&amp;diff=5307&amp;oldid=prev"/>
		<updated>2013-07-11T16:55:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;A &amp;#039;&amp;#039;&amp;#039;Batch file&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;.Bat&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;.Cmd&amp;#039;&amp;#039;&amp;#039; is a windows based scripting language which dates back to the early days of DOS.  See also &lt;a href=&quot;http://en.wikipedia.org/wiki/Batch_file&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Batch file&quot;&gt;Wikipedia:Batch file&lt;/a&gt;.  *[http://w...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A &amp;#039;&amp;#039;&amp;#039;Batch file&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;.Bat&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;.Cmd&amp;#039;&amp;#039;&amp;#039; is a windows based scripting language which dates back to the early days of DOS.  See also [[Wikipedia:Batch file]].&lt;br /&gt;
&lt;br /&gt;
*[http://www.ss64.com/nt/ An A-Z Index of the Windows XP command line] - an excellent well researched resource&lt;br /&gt;
  *[http://ss64.com/nt/if.html If] &lt;br /&gt;
  *[http://www.computerhope.com/if.htm if (another)]&lt;br /&gt;
  *[http://ss64.com/nt/set.html Set]&lt;br /&gt;
*[http://ss64.com/nt/syntax-args.html Parameters / Arguments] A very nice table of how to parse filename parameters into just name, path, without quotes, etc.&lt;br /&gt;
*[http://www.computerhope.com/batch.htm Batch File Help] - a how-to nice resource&lt;br /&gt;
*[http://groups.yahoo.com/group/batchworld/ Batchworld] - a batch file forum (yahoo group)&lt;br /&gt;
*[http://www.rgagnon.com/gp/gp-0008.html Filename parsing in batch file and more idioms]&lt;br /&gt;
*[http://www.robvanderwoude.com/batchfiles.php Command line parameters]&lt;br /&gt;
*[http://www.allenware.com/mcsw/bus.htm Batch Troubleshooter]&lt;br /&gt;
*[http://weblogs.asp.net/jgalloway/archive/2006/11/20/top-10-dos-batch-tips-yes-dos-batch.aspx top 10 dos batch tips - nice parsing examples]&lt;br /&gt;
&lt;br /&gt;
Many of the unusual parsing commands can be found at a [[DOS]] prompt by using&lt;br /&gt;
&lt;br /&gt;
*Call /?&lt;br /&gt;
*Set /?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and probably all commands by using&lt;br /&gt;
&lt;br /&gt;
  Help&lt;br /&gt;
&lt;br /&gt;
at a [[command prompt]].&lt;br /&gt;
&lt;br /&gt;
==Specific Examples==&lt;br /&gt;
To read a file into a variable use something similar to&lt;br /&gt;
&lt;br /&gt;
 set /p app1= &amp;lt;launch\app1.txt.&lt;br /&gt;
&lt;br /&gt;
this will pull the contents of launch\app1.txt into the app1 variable&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
[[Category:Programming Language]]&lt;br /&gt;
[[Category:Scripting Language]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Laura</name></author>
	</entry>
</feed>