PDA

Tam Sürümünü Görmek İçin : xcopy komutu


thinker84
09/03/2007, 18:25
merhaba;

dos un xcopy komutuyla kopyalama yaptığım kaynaktaki klasörleri seçme şansım var mı?

örneğin:

xcopy z:\folder1 + folder2 + folder3 d:\yedek

teşekkürler...


Predator
10/03/2007, 09:50
/EXCLUDE:file1 [+file2][+file3]... Specifies a list of files containing strings. When any of the strings match any part of the absolute path of the file to be copied, that file will be excluded from being copied. For example, specifying a string like \obj\ or .obj will exclude all files underneath the directory obj or all files with the .obj extension respectively.

Buradan anladığımız kadarıyla kopyalanacak değil ama kopyalanmayacak klasörleri seçebiliyoruz...