and probably all the /I switch
Main Topics
Browse All TopicsHi
im trying to copy all folders and files either modified or created since 28th october to an external drive and keep the folder structure
ive tried using this command inside the correct drive path:
xcopy \myfolder\*.* f:\myfolder /S /A /D:10-28-09
but it doesnt appear to copy anything, although i know there are some relevant files in there.
for example I have
main\myfolder\paul\file1.t
main\myfolder\newfolder\fi
i want it to copy all those relevant files to the external drive and keep folder structure
f:\myfolder\paul\file1.txt
f:\myfolder\newfolder\file
many thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Perhaps the date notation is incorrect? Start Control Panel --> Regional and Language Options. Under the fiels Short date, are there dashed between the numbers, and are they dd-mm-yyyy? Try the full year.
Possibly the calender-entry is incorrect. Check the settings from Regional and Language Options, choose Customize, tab Date, look at Calender.
I'd use XXCopy -- it's like XCopy on steroids :-) It's got all the features of Robocopy and then some. There are so many options it can be a bit intimidating -- but just look at the ones you need (e.g. date-related) and it's not hard at all.
http://www.xxcopy.com/inde
i tried dropping the / in front and it didnt help.
jsunn- i need to copy modified and new files only from that date, so is that ok to drop the /a?
i spose it would be as the /D: is telling it to only copy files after that date (although i want to be sure it copies modified files aswell as new files)
i issued this command with /l as suggested by nautican above and it listed 3 files
but it didnt seem to copy them?
i checked the date format and im entering the syntax correctly
Business Accounts
Answer for Membership
by: TheNauticanPosted on 2009-11-03 at 08:13:56ID: 25730437
try xcopy myfolder\*.* f:\myfolder /S /A /D:10-28-09
without leading \