Re: Adding Datestamp to Folder
- From: ieuan.jones@xxxxxxxxxxxxxxxxxxxxx
- Date: 23 Jan 2007 06:54:21 -0800
Thanks ever so much....I should paid more attention in school when I
did dos programming
Dmitry Anikin wrote:
rename any folder to current date:
ren "any folder" %date%
It probably won't work if you have slash as date separator.
I have dot, so it's OK for me.
You could make it this way to skip separators:
ren "any folder" %date:~-2%%date:~3,2%%date:~,2%
But, again it depends on your system's date format.
.
- References:
- Adding Datestamp to Folder
- From: ieuan . jones
- Re: Adding Datestamp to Folder
- From: Dmitry Anikin
- Re: Adding Datestamp to Folder
- From: Dmitry Anikin
- Adding Datestamp to Folder
- Prev by Date: Re: IE Explorer 6.0 Locking Up On A Web Page Account
- Next by Date: Re: How to remove the folder "System Volume Information"?
- Previous by thread: Re: Adding Datestamp to Folder
- Next by thread: Re: Adding Datestamp to Folder
- Index(es):
Relevant Pages
|