robocopy syntax

  • Thread starter Thread starter littleriver
  • Start date Start date
L

littleriver

i was using xcopy source destination /e /c /h /r /k/ y

How can I write this in robocopy syntax?

also, I'd like to add a switch so it doesn't copy files or folders that are
already in the destination directory.

thanks
 
From Xcopy /?

"NOTE: Xcopy is now deprecated, please use Robocopy."

Try this command
robocopy /?
Then look at the command line switches information.
 
YES! Using robocopy.

please read my question.

I want to duplicate the switches I used with xcopy into robocopy. I cannot
see how to do this. Plus the other part of the question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

question about robocopy 1
xCopy and Vista Profiles 12
robocopy error 5
Robocopy sets attributes on destination folder to system and hidde 3
Robocopy quotation marks erro 3
Windows Vista Robocopy 0
robocopy.exe question 3
SuperFetch SUCKS 4

Back
Top