| batch folder copying par yuyuman |
Sunday April 6, 2008 01:50:29 PM |
Configuration: Windows XP Internet Explorer 6.0
Hello
If you want structure only xcopy /h /r /k /x /y /t /E folder1 folder2 If you want subdirectories with files xcopy /h /r /k /x /y /S /E folder1 folder2 |