![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | COPY/MOVE Is there a way thru CMD to copy/move let's say a directory with all the sub directories and all the files to another drive? |
My System Specs![]() |
| | #2 (permalink) |
| | Re: COPY/MOVE Robocopy: http://technet2.microsoft.com/window....mspx?mfr=true -- Was this helpful? Then click the Ratings button. Voting helps the web interface. http://www.microsoft.com/wn3/locales...eAPostAsAnswer Mark L. Ferguson .. "Paul Koukos" <PaulKoukos@xxxxxx> wrote in message news:94ABBCB3-B1C2-4A9D-AD74-EB3AC0D938CD@xxxxxx Quote: > Is there a way thru CMD to copy/move let's say a directory with all the > sub > directories and all the files to another drive? |
My System Specs![]() |
| | #3 (permalink) |
| | Re: COPY/MOVE Robocopy, or plain old xcopy. Personally, I use xcopy: C:> xcopy <sourcedir> <targetdir> /e /i targetdir doesn't need to exist yet, xcopy will create it. /e tells it to create empty directories if it finds any, and also to do all subdirectories. And /i says to be intelligent about the targetdir being a file or a directory. xcopy /? will give you all the possible options. -- Charlie. http://msmvps.com/blogs/xperts64 http://mvp.support.microsoft.com/profile/charlie.russel "Paul Koukos" <PaulKoukos@xxxxxx> wrote in message news:94ABBCB3-B1C2-4A9D-AD74-EB3AC0D938CD@xxxxxx Quote: > Is there a way thru CMD to copy/move let's say a directory with all the > sub > directories and all the files to another drive? |
My System Specs![]() |
| | #4 (permalink) |
| | Re: COPY/MOVE Hi, Maybe i missing your point but: rightclick / selecting cut (not remove) / going to the new place / rightclick and copy. That action is placeing the files submaps and so on. It should be done, this is something already for years in windows. but maybe i missing your point? Regards Huib "Paul Koukos" <PaulKoukos@xxxxxx> schreef in bericht news:94ABBCB3-B1C2-4A9D-AD74-EB3AC0D938CD@xxxxxx Quote: > Is there a way thru CMD to copy/move let's say a directory with all the > sub > directories and all the files to another drive? |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| copy or move | General Discussion | |||
| Re: Copy and Move Paralysis | Vista performance & maintenance | |||
| Does SP1 fix slow copy/move? | Vista General | |||
| COPY OR MOVE FILES | Vista General | |||
| Where are Move To... & Copy To... shortcuts? | Vista file management | |||