| Author |
Directory copy
|
Matt Ghiold
Ranch Hand
Joined: Feb 24, 2002
Posts: 213
|
|
How in blue blazes does one copy a directory and subdirectories in Windows 2000 from a command prompt? Damned if I know, but I need to know =(. Help? =)
|
-Matt<br /> SCJP2<br /> SCJD
|
 |
Daniela Ch
Ranch Hand
Joined: Dec 13, 2002
Posts: 96
|
|
xcopy d1 d2 /s copy all files and subdirectories in directory d1 to d2 xcopy d1 d2 /p ask for confirmation of each file before copying it from d1 to d2 got it from : http://kb.indiana.edu/data/aerh.html
|
 |
Matt Ghiold
Ranch Hand
Joined: Feb 24, 2002
Posts: 213
|
|
Thank you! -Matt
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Directory copy
|
|
|