|
Question : robocopy /move command not deleting locked files.
|
|
I'm getting this error: 2008/03/05 13:58:43 ERROR 32 (0x00000020) Deleting Source Directory \\server\share The process cannot access the file because it is being used by another process.
When I run this script robocopy \\server\share \\server\share *.pdf /z /v /move
It appears as though the /move function doesn't have permission to delete, the share has the full control checked for everyone. Not sure where to go from here.
|
Answer : robocopy /move command not deleting locked files.
|
|
funny enough, today they files aren't there after running it, so evidently it is deleting, just erroring out.
|
|
|
|