I am new to cmd commands and am having a problem with the xcopy command
The command:
xcopy /e E:\ C:\testFolder\
Doesn't work. It would copy files but would stop when copying winrar files(.gz) What I am trying to do is to copy all the contents in my usb flash drive to the destination folder. The command will halt when the winrar files are next to be copied. The cmd prompt would just keep on blinking. It is a 17 MB file.
What is the transfer speed of xcopy? How long would a 17MB file be copied through xcopy?
Ok, the transfer speed depends on my hardware. What about the command "freezing"?
xcopycommand does not have any arbitrary limitations on transfer speed. How long it takes will be entirely dependent upon your setup. But it should take no more time than a copy in Windows Explorer. – Cody Gray Dec 18 '11 at 9:16xcopyhas "frozen". The blinking of the cursor has nothing whatsoever to do with the action ofxcopy, in fact. – JdeBP Dec 31 '11 at 19:41