Is there any way to create the folder report in summary view that would just have the following:
Matching Files
Left Side Orphans
Right Side Orphans
Contents Differ
Any help is greatly appreciated.
By the way I need this to be done with script.
Chris
16-Nov-2005, 10:02 AM
Here's an example script:
criteria size
load source target
expand all
folder-report layout:summary options:display-all output-to:report.txt
This script doesn't compare timestamps so nothing will be listed as newer/older. If you don't want to display files with timestamp differences, but want to list everything else, there isn't a way to do that with a folder-report command.
Control of which files are listed is determined by the options: part of the folder-report command, and valid choices are:
display-all, display-mismatches, display-no-orphans, display-mismatches-no-orphans, display-orphans, display-left-newer, display-right-newer, display-left-newer-orphans, display-right-newer-orphans, and display-matches.
If you don't specify an option, display-all is used.
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.