<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/dos/tags/bat</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 11:43:33 GMT</pubDate>
<item>
<title>(DOS Batch) DOS Batch example template - imbraz</title>
<link>http://snipplr.com/view/67223/dos-batch-example-template/</link>
<description><![CDATA[ <p>An exmaple DOS batch  file</p> ]]></description>
<pubDate>Tue, 18 Sep 2012 19:10:29 GMT</pubDate>
<guid>http://snipplr.com/view/67223/dos-batch-example-template/</guid>
</item>
<item>
<title>(DOS Batch) Windows shutdown.exe batch file - vagrantradio</title>
<link>http://snipplr.com/view/28466/windows-shutdownexe-batch-file/</link>
<description><![CDATA[ <p>Windows shutdown after pause. Set it up with a scheduled task.</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 20:07:22 GMT</pubDate>
<guid>http://snipplr.com/view/28466/windows-shutdownexe-batch-file/</guid>
</item>
<item>
<title>(DOS Batch) Windows cleanmgr batch file - vagrantradio</title>
<link>http://snipplr.com/view/28465/windows-cleanmgr-batch-file/</link>
<description><![CDATA[ <p>Runs cleanmgr.exe automation, set it up with a scheduled task.</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 20:05:56 GMT</pubDate>
<guid>http://snipplr.com/view/28465/windows-cleanmgr-batch-file/</guid>
</item>
<item>
<title>(DOS Batch) Print Date/Time in DOS Batch File - noah</title>
<link>http://snipplr.com/view/21573/print-datetime-in-dos-batch-file/</link>
<description><![CDATA[ <p>The code below shows how to format date and time stamps in DOS batch files.  This is very useful if you are creating a log file, or any file that should have a unique file name.

If you run the batch file below it should print something like the following output:

    Today's date is 2009_10_21

    The local time is 14_25_01

    Date and time: 2009_10_21_14_25_01</p> ]]></description>
<pubDate>Wed, 21 Oct 2009 14:17:34 GMT</pubDate>
<guid>http://snipplr.com/view/21573/print-datetime-in-dos-batch-file/</guid>
</item>
<item>
<title>(DOS Batch) Special variables in Windows Batch files - noah</title>
<link>http://snipplr.com/view/15478/special-variables-in-windows-batch-files/</link>
<description><![CDATA[ <p>Below are the `.bat` file variables that come in handy most often for me.

[This MS article has more information on batch files](http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true) including a **table of more special variables,** including `%~$PATH:1`, which 
	
>  "Searches the directories listed in the PATH environment variable and
>  expands %1 to the fully qualified name of the first one found."</p> ]]></description>
<pubDate>Wed, 03 Jun 2009 11:32:36 GMT</pubDate>
<guid>http://snipplr.com/view/15478/special-variables-in-windows-batch-files/</guid>
</item>
</channel>
</rss>