recursive file tree comparison

P

Paul

Aside from DOS shell scripting, is there a method that is native to
Windows 2000 to recursively compare two file trees?
 
P

Pegasus \(MVP\)

Paul said:
Aside from DOS shell scripting, is there a method that is native to
Windows 2000 to recursively compare two file trees?

You could use batch files or VB Script files.
 
P

Paul

You could use batch files or VB Script files.

Thanks, Pegasus. I was hoping that there would be a way to do this
without scripting, as that means it isn't within reach at the moment.
However, I wasn't necessarily expecting that such a solution existed.
Thanks for the heads up on that.
 
P

Pegasus \(MVP\)

Robbie Hatley said:
Paul said:
Aside from DOS shell scripting, is there a method
that is native to Windows 2000 to recursively compare
two file trees?

No. Use Treecomp.

"Pegasus" replied:
You could use batch files or VB Script files.

EWWW! YUCK! No! Unnecessary to have to wrote [write?]
a whole new program every time you want to compare 2 trees.

While having a custom-made program such as Treecomp is
preferable to writing one's own script, you appear to be
unaware that a script well-written does not need to be rewritten
for each occasion. It only needs to be re-invoked with parameters
that match the current requirements.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top