Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > robocopy syntax

Reply
Thread Tools Display Modes

robocopy syntax

 
 
littleriver
Guest
Posts: n/a

 
      02-01-2008
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
 
Reply With Quote
 
 
 
 
Gary Mount
Guest
Posts: n/a

 
      02-01-2008
From Xcopy /?

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

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



"littleriver" <> wrote in message
news:32946B00-C0E6-494C-9CC3-...
> 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


 
Reply With Quote
 
littleriver
Guest
Posts: n/a

 
      02-01-2008
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.


"Gary Mount" wrote:

> From Xcopy /?
>
> "NOTE: Xcopy is now deprecated, please use Robocopy."
>
> Try this command
> robocopy /?
> Then look at the command line switches information.
>
>
>
> "littleriver" <> wrote in message
> news:32946B00-C0E6-494C-9CC3-...
> > 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

>

 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      02-01-2008
The robocopy equivalent of /y is /po0.

"littleriver" <> wrote in message
news:32946B00-C0E6-494C-9CC3-...
>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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
syntax for batch file geotso Windows Vista File Management 1 05-05-2008 01:40 AM
The transfer syntax is not supported by the RPC server Scoob Windows Vista Performance 2 03-25-2008 10:07 AM
"invalid STORE command syntax invalid message set syntax" Catullus Nacakus Windows Vista Mail 6 01-26-2008 10:46 PM
need syntax carmine934 Windows Vista Hardware 0 06-02-2007 05:03 PM
Natural Query Syntax Alan Simpson Windows Vista File Management 0 07-10-2006 07:30 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59