what is the code for copying a SPECIFIC subdirectory?
thanks in advance!!!
Code: [Select]XCOPY "Drive:\Path\" "Drive:\Path\" EXAMPLE:
Code: [Select]XCOPY "C:\Users\Matt\Desktop" "C:\Users\Matt\My Documents"Will copy the folder desktop to to my documents folder.