Page 1 of 1
Compare folders
Posted: Wed Aug 06, 2008 9:15 am
by dexeloper
Can I compare the contents of two folders using TextPad? Each folder contains other folders which contain files. I've got some backup software and want to check everything has been copied. Thanks.
Posted: Wed Aug 06, 2008 11:49 am
by gan
As far as i know textpad does not have such functionality, but there are other very good programs that can compare folder, files etc and they are not very expensive. Might even be some freeware available.
You could add the dos command fc as a tool in textpad and then get the output in textpad, but i guess running fc from dos will do the same thing.
If you just need to compare some folder once i would recommend to just use fc from a dos window. If you do this a lot there are much better programs available.
Re: Compare folders
Posted: Wed Aug 06, 2008 2:06 pm
by ak47wong
dexeloper wrote:Can I compare the contents of two folders using TextPad? Each folder contains other folders which contain files. I've got some backup software and want to check everything has been copied. Thanks.
I wouldn't use TextPad for this. Try
DiffMerge instead.
Andrew