Question : help with robocopy syntax

Hello everyone, I have a question about robocopy.  

I want to move a few directories within a directory, for example:

d:\users\bob  and all the contents of bob and d:\users\sue and all the contents of sue to
d:\users  

The bob and sue directories do not exist at the destination, i would like to know if there is a switch to create these directories.  

Right now I start the copy in d:\users and run the following command:

robocopy "d:\users\bob" \\server6\users /s /e /copyall /ia:rashce /w:10 /r:5

What i get is the content of bob in the root of d:\users without the bob directory being created.

Is there a switch i can add to this command to create the directory bob at the destination?

thanks for any help,

Maureen


Answer : help with robocopy syntax

It may have to do with the account in the SQL database. Below is a link that show how to use the utility.

http://seer.entsupport.symantec.com/docs/275658.htm

Random Solutions  
 
programming4us programming4us