tronix schrieb:
Hi,
in welchem Format muss ich das Datum eingeben, wenn ich xcopy damit abgrenzen will.
Unter einem englischen MS DOS.
Danke für ne kurze Info.
Das englische Format für das Datum ist M-D-JJJJ
/d[:date]
Copies only source files changed on or after the specified date. If the date value is missing, xcopy copies all source files that are newer than the time of existing destination files. This option allows you to update only files that have changed. Notice that dates in the twenty-first century must be specified using four digits (for example, /D:1-1-2001 if m-d-y is the date format). That is, /D:1-1-01 is interpreted as 1 January 1901 rather than 1 January 2001.
Schau doch mal nach, wie Datumsangaben in deinem DOS geschrieben sind.
Hier noch zwei englische Links zum Thema XCOPY
http://www.wintrouble.net/discus/messag ... ?971347959
http://www.csulb.edu/~murdock/xcopy.html