copy directory

  • Thread starter Thread starter Abhishek
  • Start date Start date
A

Abhishek

Hi!
I need to copy my directory (and all its sub directories ) a different
location.
Is there any simple way out to do it.
Presently i am doing it thru recursion and copying files one by one and
creating directories as and when necessary
I need to copy the files from one destination to another and not move them.

Abhishek
 
Abhishek,

The only dirty method I know beside the copy one by one, is using xcopy or
even the dos copy command with cmd and than procedure start.

Cor
 
That's the only way you can do it, and even if you find
someone who provides a method, within it they will be
doing the same.
 
Back
Top