PDA

View Full Version : Does anyone use Robocopy?? Need Help with commands



_=DeltaForce=_
04-23-2006, 11:26 AM
I tried to copy from one drive to another

I typed in " robocopy x:\ j:\ copy /e " and it copies all the folders and subfolders but there are no files in it..

I replaced the COPY with COPYALL and that didnt help too. Can someone please tell me what I am doing wrong. My buddy google didnt help.

Maarchk
04-23-2006, 01:59 PM
I tried to copy from one drive to another

I typed in " robocopy x:\ j:\ copy /e " and it copies all the folders and subfolders but there are no files in it..


perhaps
robocopy x:\j:\ copy /COPYALL/B/SEC/MIR

Are you using vista?

seqiro
04-23-2006, 03:01 PM
I tried to copy from one drive to another

I typed in " robocopy x:\ j:\ copy /e " and it copies all the folders and subfolders but there are no files in it..

I replaced the COPY with COPYALL and that didnt help too. Can someone please tell me what I am doing wrong. My buddy google didnt help.

Do you need the copy switch? Just do robocopy x:\ j:\ /e

_=DeltaForce=_
04-23-2006, 07:08 PM
Thanks Seqiro! That worked.. didnt need any copy switch.

Just wondering whether Robocopy copies boot partition and stuff like that.

seqiro
04-23-2006, 07:15 PM
Maybe what you're really in search of is something like this (http://www.runtime.org/dixml.htm).