Search found 2 matches

by genx
Thu Oct 21, 2004 12:42 am
Forum: ExamDiff Pro
Topic: command line options for individual diff reports in html
Replies: 2
Views: 12193

hi,

Thanx for the info, I came up with a similar solution, but maybe not quite as elegant ;-)





path = %path%;.;C:\Program Files\ExamDiff Pro;

set DIR1="C:\projects\directory1"
set DIR2="C:\projects\directory2"
set COPY_DIR="C:\projects\output_directory"



then for each sub directory, repeat ...
by genx
Wed Oct 20, 2004 12:37 am
Forum: ExamDiff Pro
Topic: command line options for individual diff reports in html
Replies: 2
Views: 12193

command line options for individual diff reports in html

I would like to write a batch file which runs through subdirectories and outputs individual file differences to HTML format into a different directory.

In other words, compare directory1(and subdirectories) with directory2(and subdirectories) and output the differences of each file to a 3rd ...