Page 1 of 1

Move specific file from directory to another directory

Posted: 06 Apr 2011 01:38
by dasio
Hi,
i need to move 1 file from a directory to another directory. My problem is that in this directory there are more file with the same title which differ only in the date ( ex "1234 05/04/2011" ; "1234 06/04/2011" , etc.) and i must move only the file of the current day.
Can someone help me?
Thank you
Sorry for my english.

Re: Move specific file from directory to another directory

Posted: 06 Apr 2011 04:07
by aGerman
Names like 1234 05/04/2011 are impossible because of the slashes. Please give a real example and the format that
echo %date%
returns for your settings.

Regards
aGerman