Search found 2 matches

by Geert
02 Mar 2016 10:01
Forum: DOS Batch Forum
Topic: X-copy command
Replies: 2
Views: 2320

Re: X-copy command

aha, of course,
The second target volume is a linux-server which is mapped on a windows machine.
This must be the reason...

Thanks for opening my eyes, stupid of me.

I'll try robocopy too, many thanks !!!
by Geert
02 Mar 2016 01:28
Forum: DOS Batch Forum
Topic: X-copy command
Replies: 2
Views: 2320

X-copy command

I made a simple batch programme as follows : xcopy "C:\Brugs Handelsblad 2015-2016" "G:\Brugs Handelsblad 2015-2016" /D /E /C /R /H /I /K /Y xcopy "C:\Brugs Handelsblad 2015-2016" "\\MUNKCLOUD\MyLibrary\Data\Brugs Handelsblad 2015-2016" /D /E /C /R /H /I /K /Y...