Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: need help coping directory  (Read 4027 times)

0 Members and 1 Guest are viewing this topic.

strade

  • Guest
need help coping directory
« on: September 07, 2004, 06:07:41 PM »
I'm trying to copy full directories from DOS but it will only copy the files in the directory and not the subdirectories.  

copy *.* (destination)
doesn't work.  I also tried the full path name.

If anyone can help thanks a lot.

2k dummy

  • Guest
Re: need help coping directory
« Reply #1 on: September 08, 2004, 09:00:46 AM »
use xcopy instead. at the dos prompt type xcopy/? for options.

franksimari

  • Guest
Re: need help coping directory
« Reply #2 on: November 23, 2004, 12:33:57 PM »
xcopy *.*/s    c:\whatever

will copy all the files plus the subdirectories.