I just read the script overview and reference yesterday and have created the following script.
My intent is to compare 2 files with the same name in 2 locations and produce an over-under, display-all file-report. %1, %2 and %4 all use fully qualified paths containing server names.
Load "%1" "%2"
File-report layout
ver-under output-to:%4 output-options:wrap-character %3 %3
If I do not include output-options, I get a parameter error. If I do, I receive a report with the header I used for my last manual compare and the following:
Produced: 4/5/2005 3:45:30 PM
Mode: All Lines
File:
My intent is to compare 2 files with the same name in 2 locations and produce an over-under, display-all file-report. %1, %2 and %4 all use fully qualified paths containing server names.
Load "%1" "%2"
File-report layout

If I do not include output-options, I get a parameter error. If I do, I receive a report with the header I used for my last manual compare and the following:
Produced: 4/5/2005 3:45:30 PM
Mode: All Lines
File:
Comment