<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Need an easy way to create a unique file name with the date?</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/04/12/need-an-easy-way-to-create-a-unique-file-name-with-the-time-date.aspx</link><description>I needed to dump winlogon and do some checks against the dump file and needed and easy way to get the computername and date in the file name and formatted so I could easily perfrom next steps. Here was the soution: C:\Debuggers&amp;gt;echo %computername%_%DATE:~10,4%.%DATE:~4,2%.%DATE:~7,2%</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator></channel></rss>