Hi,
I just want to compare two directories and select the orphanse on one side, and then delete them. I don't want to copy anything.
I tried this script and it runs, but doesn't work.
log normal "F:\Share Copy\Mine\BeyondCompare\BClog.txt"
criteria timestamp size
load "f:\share_copy\These" "G:\share_copy\These"
select rt.orphan.files
delete recyclebin=no rt
I just want to compare two directories and select the orphanse on one side, and then delete them. I don't want to copy anything.
I tried this script and it runs, but doesn't work.
log normal "F:\Share Copy\Mine\BeyondCompare\BClog.txt"
criteria timestamp size
load "f:\share_copy\These" "G:\share_copy\These"
select rt.orphan.files
delete recyclebin=no rt
Comment