i'm using xcopy copy on folder another, , use /d command copy files last modified. , want log number of files copied every time. how do that?
call xcopy
2 times: first /l
option , redirect output file xcopy /l [...] >list.log
, second usual command without /l
.
Comments
Post a Comment