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? =)
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