eran
14-Jan-2009, 07:38 AM
Hey,
I’m working with the script mode of the BC, my main goal is to give the BC a list of files and to get back one report file with all the changes, when the importent part is to know if a specific line had changed, and what was the change(diffrent line, all the same or gone forever).
When I’m using the script, much like the scripts in the samples, I can’t get the information needed, this is the script:
select all
delete all
load "C:\test_folder" "C:\test_folder2"
#(each of the folders contain only 1 file)
expand all
select all
compare
file-report layout:side-by-side &
options:display-mismatches output-to:"C:\test_leda\new.txt"
so the problems are:
1. how can I get one file with all the specific result?
2. how can I see the changes in each line?
many thanks,:)
Eran.
Many thanks;
Eran
I’m working with the script mode of the BC, my main goal is to give the BC a list of files and to get back one report file with all the changes, when the importent part is to know if a specific line had changed, and what was the change(diffrent line, all the same or gone forever).
When I’m using the script, much like the scripts in the samples, I can’t get the information needed, this is the script:
select all
delete all
load "C:\test_folder" "C:\test_folder2"
#(each of the folders contain only 1 file)
expand all
select all
compare
file-report layout:side-by-side &
options:display-mismatches output-to:"C:\test_leda\new.txt"
so the problems are:
1. how can I get one file with all the specific result?
2. how can I see the changes in each line?
many thanks,:)
Eran.
Many thanks;
Eran