Sreenidhi
18-Mar-2009, 12:41 PM
I have to compare the contents of two folders (say OLD and NEW) and then generate a single report of the comparisons of all the files in the two folders.
If there is any file which is present in OLD but not in NEW then the report comes out properly, i.e the contents of the deleted file being striked out. However if any file is present in NEW but not in OLD then the contents of the new file should come in the report in red color, but that doesn't happen.The file is skipped out from the entire report.
Is there a way to work around this...?
I'm using the following script...
load "%1" "%2"
expand all
select files
file-report layout:side-by-side options:display-all output-to:printer output-options:print-color,print-landscape,wrap-character
If there is any file which is present in OLD but not in NEW then the report comes out properly, i.e the contents of the deleted file being striked out. However if any file is present in NEW but not in OLD then the contents of the new file should come in the report in red color, but that doesn't happen.The file is skipped out from the entire report.
Is there a way to work around this...?
I'm using the following script...
load "%1" "%2"
expand all
select files
file-report layout:side-by-side options:display-all output-to:printer output-options:print-color,print-landscape,wrap-character