Search found 2 matches

by richelle21
Tue Apr 08, 2014 6:36 am
Forum: ExamDiff Pro
Topic: Command line > disable 'Press any key...'
Replies: 6
Views: 11394

Re: Command line > disable 'Press any key...'

Thank you for saving my sanity. :) Examdiff.com was there, but I guess it was using examdiff.exe because when I changed the line, to use examdiff.com, it worked perfectly. The new line is: my $cmd="$EXAMDIFF\\examdiff.com $dir1 $dir2 /g:$BINPATH\\CodeCompareOptions.txt /o:\"$file\"&qu...
by richelle21
Thu Apr 03, 2014 6:49 am
Forum: ExamDiff Pro
Topic: Command line > disable 'Press any key...'
Replies: 6
Views: 11394

Re: Command line > disable 'Press any key...'

I have the same issue and changing the call from examdiff.exe to just examdiff, did not resolve the issue. Any other ideas?

This is the line:

my $cmd="$EXAMDIFF\\examdiff $dir1 $dir2 /g:$BINPATH\\CodeCompareOptions.txt /o:\"$file\"";

Thank you in advance for your assistance.