Move specific file from directory to another directory

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
dasio
Posts: 1
Joined: 06 Apr 2011 01:31

Move specific file from directory to another directory

#1 Post by dasio » 06 Apr 2011 01:38

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.

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: Move specific file from directory to another directory

#2 Post by aGerman » 06 Apr 2011 04:07

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

Post Reply