Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
~400 People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
Hi, With ref to http://www.cervistech.com/index.php?...id=53&Itemid=2 I would like share how I generated a file with date as filename. In my environment (it varies according to your environment), my date command output is mm/dd/yyyy eg: 11/01/2011 So to generate a filename with yyyy-mm-dd, I used following command echo > %date:~6,4%-%date:~0,2%-%date:~3,2%.txt So …
The End.
Saju_C