<?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/variable</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 00:12:18 GMT</pubDate>
<item>
<title>(DOS Batch) Get current date in format YYYYMMDD - cappellin</title>
<link>http://snipplr.com/view/45069/get-current-date-in-format-yyyymmdd/</link>
<description><![CDATA[ <p>The code works if and only if your system is using English(United States) date format (i.e. "Web 05/11/2011"). 
If your systems is using English(United Kingdom) date format just replace %%B in the first and third rows with %%A.</p> ]]></description>
<pubDate>Wed, 01 Dec 2010 00:07:06 GMT</pubDate>
<guid>http://snipplr.com/view/45069/get-current-date-in-format-yyyymmdd/</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) Simple MSDOS User Input Variables - MMDeveloper</title>
<link>http://snipplr.com/view/14953/simple-msdos-user-input-variables/</link>
<description><![CDATA[ <p>This seems to be a frequently asked question at my job so I've decided to setup a simple dos batch file that accepts user input</p> ]]></description>
<pubDate>Wed, 13 May 2009 07:28:56 GMT</pubDate>
<guid>http://snipplr.com/view/14953/simple-msdos-user-input-variables/</guid>
</item>
</channel>
</rss>