robocopy

  • Thread starter Thread starter DD
  • Start date Start date
D

DD

I used robocopy . e:\data /S /XO , getting access denied then ised
robocopy . e:\data /S /XO /ZB , i am getting no access right.

how to grant the access right to run the /ZB command ?

i am using windows xp , normal user right.
 
DD said:
I used robocopy . e:\data /S /XO , getting access denied then ised
robocopy . e:\data /S /XO /ZB , i am getting no access right.

how to grant the access right to run the /ZB command ?

i am using windows xp , normal user right.

Give yourself full read/write access to the target drive.
 
Always can not copy the new folder, error 5 changing file attributes , access
is denied.

but if using windows explorer copy and patse , no problem to copy.user have
the write permission to the target folder. The target folder is external usb
hardisk. is NTFS
 
I'd like to see the output from the following commands
with my own eyes:
cd > c:\test.txt
net use >> c:\test.txt
net user "%UserName%" >> c:\test.txt
cacls "e:\data" >> c:\test.txt
copy /y c:\test.txt e:\data 1>>c:\test.txt 2>>&1
 

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

Back
Top