Windows 10: Windows 11's robocopy Fails to copy files that XCOPY Subsequently copies
Discus and support Windows 11's robocopy Fails to copy files that XCOPY Subsequently copies in Windows 10 Software and Apps to solve the problem; I'm hitting a problem with ROBOCOPY reporting a large number of FAILED copies. It doesn't tell me which files are failed, however having repeated the... Discussion in 'Windows 10 Software and Apps' started by EnglishmanInJapan, Oct 20, 2023.
Thema:
Windows 11's robocopy Fails to copy files that XCOPY Subsequently copies
Loading...
-
Windows 11's robocopy Fails to copy files that XCOPY Subsequently copies - Similar Threads - 11's robocopy Fails
-
Robocopy Skips Copying File
in Windows 10 GamingRobocopy Skips Copying File: I have a Dell computer running Windows 10. I use Task Scheduler to copy two files to two target destinations using Robocopy. Three of the files get copied but Robocopy skips one of them. If I run the command in a command window it returns a value of 0 meaning that there... -
Robocopy Skips Copying File
in Windows 10 Software and AppsRobocopy Skips Copying File: I have a Dell computer running Windows 10. I use Task Scheduler to copy two files to two target destinations using Robocopy. Three of the files get copied but Robocopy skips one of them. If I run the command in a command window it returns a value of 0 meaning that there... -
Windows 11's robocopy Fails to copy files that XCOPY Subsequently copies
in Windows 10 GamingWindows 11's robocopy Fails to copy files that XCOPY Subsequently copies: I'm hitting a problem with ROBOCOPY reporting a large number of FAILED copies. It doesn't tell me which files are failed, however having repeated the copy a couple of times, anything reported as being a "New File" immediately drew my attention, and indeed when checking the... -
Robocopy element fail's in Robocopy but works fine in Copy command.
in Windows 10 Software and AppsRobocopy element fail's in Robocopy but works fine in Copy command.: Command Prompt Copy Command Prompt works fine: Copy "C:\Users\Dennis\Documents\Tax Data\*.T*" "F:\Tax Data"Following command works fine except the Bolded element: ~*.T*Robocopy "C:\Users\Name\Documents\Tax Data" "F:\Tax Data" *.* /XF ~*.xls* ~*.docx ~*.pdf ~*.txt ~*.T* /E /XO... -
ROBOCOPY fails copying files from source root
in Windows 10 Network and SharingROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem... -
ROBOCOPY fails copying files from source root
in Windows 10 GamingROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem... -
ROBOCOPY fails copying files from source root
in Windows 10 Software and AppsROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem... -
XCOPY is not copying subfolders
in Windows 10 Installation and UpgradeXCOPY is not copying subfolders: XCOPY is not copying subfolders even though I am using the parameters /S /E.I'm also using /D to just update the data. I've tried using /C to ignore errors. And I've tried using ROBOCOPY but I can not get the subfolders copied.I've tried to contact HP, but they said it was a... -
Robocopy not copying newer file
in Windows 10 Network and SharingRobocopy not copying newer file: I have a file in a OneDrive folder named bernie3_journal.txt. It has today's date which is 10/7. I'm trying to use robocopy to copy the file to my son's OneDrive folder as shown below. The bernie3_journal.txt file in my son's OneDrive folder has a date stamp of 8/5. I've...