PDA

View Full Version : Batch command to copy files of today's date?


kishorekonijeti
Sep 29, 2010, 03:29 AM
Hi

I need to copy a file created on today in one folder to another folder by using a Batch File as I need to a MIS of the daily activities.

Kindly help me on the above subject.

NeedKarma
Sep 29, 2010, 03:31 AM
batch file command for copy - Google Search (http://www.google.ca/search?source=ig&hl=en&rlz=&=&q=batch+file+command+for+copy&aq=0&aqi=g1&aql=&oq=batch+file+command+for+c&gs_rfai=)

GrantHillsSA
Oct 3, 2010, 05:23 PM
Am not sure what folder should go where but here are the basics to get you started...

Xcopy c:\123.wav c:\work /D:10-15-2009 ''mm-dd-yyyy''

This will copy all files that have changed since this date.
Hope this helps :)