python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Robocopy Error 64 (0x00000040) when copy specific file extensions to SharePoint
i am using a Windows 10 64bit laptop to copy a bunch of folder and files to a SharePoint folder.
My Script is running in PowerShell.
If i try to copy the files and folders with the explorer (strg+c an...
Matze
Votes: 0
Answers: 0
Robocopy: adding maxage argument breaks command
So I am simply trying to add the /maxage argument to my robocopy command.
This command works just fine:
robocopy $source $destination *.* /e /zb
But once I add /maxage it gives me a Invalid Parameter ...
Connor Johnson
Votes: 0
Answers: 1
Copying source files and retaining folder structures including parent folders (but not files)
Say I have the following source and target.
source: c:\temp\folder1\folder2
target: e:\backup
I want to have an output as shown below. As you can see, it should only copy the files and its subdirecto...
Ramenboy
Votes: 0
Answers: 1
Robocopy reporting failed files but not showing in logs
I am running a robocopy script to sync data from an old file server to a new one. Im running into an issue where the log is stating that there's 600+ failed files but the logs don't indicate any faile...
randomsysadmin
Votes: 0
Answers: 1