![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Re: robocopy
"DD" <DD@discussions.microsoft.com> wrote in message news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com... >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. |
|
|||
|
Re: robocopy
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 "Pegasus (MVP)" wrote: > > "DD" <DD@discussions.microsoft.com> wrote in message > news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com... > >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. > > > |
|
|||
|
Re: robocopy
What are the attributes of the problem folder, as reported
by cacls.exe? "DD" <DD@discussions.microsoft.com> wrote in message news:CA3F0942-65EF-42B4-B04F-4B29BEF93B64@microsoft.com... > 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 > > > "Pegasus (MVP)" wrote: > >> >> "DD" <DD@discussions.microsoft.com> wrote in message >> news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com... >> >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. >> >> >> |
|
|||
|
Re: robocopy
read ,write , execute attribute for source and destination
"Pegasus (MVP)" wrote: > What are the attributes of the problem folder, as reported > by cacls.exe? > > > "DD" <DD@discussions.microsoft.com> wrote in message > news:CA3F0942-65EF-42B4-B04F-4B29BEF93B64@microsoft.com... > > 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 > > > > > > "Pegasus (MVP)" wrote: > > > >> > >> "DD" <DD@discussions.microsoft.com> wrote in message > >> news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com... > >> >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. > >> > >> > >> > > > |
|
|||
|
Re: robocopy
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 "DD" <DD@discussions.microsoft.com> wrote in message news:55048476-4443-4134-983D-166D11A4DC58@microsoft.com... > read ,write , execute attribute for source and destination > > "Pegasus (MVP)" wrote: > >> What are the attributes of the problem folder, as reported >> by cacls.exe? >> >> >> "DD" <DD@discussions.microsoft.com> wrote in message >> news:CA3F0942-65EF-42B4-B04F-4B29BEF93B64@microsoft.com... >> > 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 >> > >> > >> > "Pegasus (MVP)" wrote: >> > >> >> >> >> "DD" <DD@discussions.microsoft.com> wrote in message >> >> news:AD404638-D80D-4576-AA48-D028A580EB76@microsoft.com... >> >> >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. >> >> >> >> >> >> >> >> >> |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|