20.06.2011., 15:13
|
#8
|
Banned
Datum registracije: Aug 2006
Lokacija: Split
Postovi: 7,504
|
Citiraj:
Autor A-V
Nikako da pronađem način da sa ovom xcopy naredbom kopiram samo određene ekstenzije.
Želim kopirati čitavu strukturu foldera ali da iz svakog uzme samo nfo, jpg i png fileove a da ostale zanemari. Jel to moguće?
|
Code:
/EXCLUDE:file1[+file2][+file3]...
Specifies a list of files containing strings. Each string
should be in a separate line in the files. 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.
|
|
|