Usando xcopy / exclude per escludere .o, ma includi .odt?


0

A partire dal xcopy /?

/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.

Ma diciamo che voglio ESCLUDERE tutti i .ofile e INCLUDERE tutti i .odtfile. Se fosse regex, avrei potuto usare \.o$. Ma non lo è, vero?

Come lo faccio?

(Neanche io sono contrario all'utilizzo di rsync o qualcos'altro.)

Risposte:


1

Puoi provare robocopy , l' /xfinterruttore può essere utilizzato per escludere estensioni specifiche.


Poiché robocopy viene fornito con Windows 7, lo darò un'occhiata. Grazie per il puntatore.
JimB
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.