This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.
Wednesday, April 7, 2010
Create a folder mm.dd.yyyy in dos command or in batch file
Create a folder mm.dd.yyyy in dos command or in batch file
echo on
::variables
set folderdate="%date:~4,2%.%date:~7,2%.%date:~10,4%"
No comments:
Post a Comment