I like how when I do a copy and paste in windows, teracopy intercedes.

can I get it to do what /M of xcopy does and /A ?

turning off the archive bit at source end.. after a copy. and only copying files whose archive bit is set.

link|improve this question

69% accept rate
looks like perhaps it can't – barlop Nov 23 '10 at 23:34
feedback

1 Answer

up vote 1 down vote accepted

It can't and currently has nothing similar to that feature either. But Fastcopy while lacking the shell integration to intercept a copy/paste of files, it does have an option to copy changed files from one location to another. And you can see a listing of files that'd be copied before doing the copy. This "diff" feature is better than the archive bit option of xcopy since it doesn't rely on a bit/the archive bit that'd be changed if you copied to 2 different destinations.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.