Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Looking for a compare folder tree BTM with optional delete of 2nd folder spec

Apr
1,822
17
i assume someone has a simple BTM that does the folowing:

[c:\] CmprTree.btm c:\z_pics\ G:\z_pics\ [/d or /dd]

it would first check the c: and g: drives were not the same physical drive
it would then recursively check every file under C:\z_pics\ and if the same file ( date/time, size, then @compare[].

a - if the optional /D was passed as the %3 param, it would delete g:\z_pics\file.ext.
b - if the optional /dd was passed - would del /a:d /s /e /x /y g:\z_pics\
c - if no 3rd param was passed - it would creat a log of the file matches.

Does anyone have a similar BTM
 
i assume someone has a simple BTM that does the folowing:

[c:\] CmprTree.btm c:\z_pics\ G:\z_pics\ [/d or /dd]

it would first check the c: and g: drives were not the same physical drive
it would then recursively check every file under C:\z_pics\ and if the same file ( date/time, size, then @compare[].

a - if the optional /D was passed as the %3 param, it would delete g:\z_pics\file.ext.
b - if the optional /dd was passed - would del /a:d /s /e /x /y g:\z_pics\
c - if no 3rd param was passed - it would creat a log of the file matches.

Does anyone have a similar BTM

I often want to compare two directories, but I use Winmerge for that - WinMerge - You will see the difference…

I wrote a very simple alias to do this:

winmerge "c:\Program Files\WinMerge\WinMergeU.exe" %$

When followed by two directories, WinMerge automatically recurses down the directories, shows me the matches or mismatches in the directory tree, and optionally allows granual inspection and modification of different files with the same filename.

If you don't like WinMerge, try KDiff3 or Meld, which will do something similar but have a different appearance.
 
Yes. I've found Meld to be a better conflict resolution tool than kdiff3, or winmerge, or, well, VSCode.
At the very least, with Meld I understand, what I'm looking at and what needs to be done.
 
Back
Top
[FOX] Ultimate Translator
Translate