is there a way to copy files,
- maintaining directory structure ?
Code: Select all
c:/bin/1.txt ----------> X:/bin/1.txt
c:/bin/tar/4.txt ------> X:/bin/tar/4.txt
c:/dev/2.txt ----------> X:/dev/2.txt
c:/tmp/3.txt --------- > X:/tmp/3.txt
c:/usr/jcs/prog/5.txt -> X:/usr/jcs/prog/5.txt