Search found 4 matches

by LaurentO
Fri Mar 14, 2014 12:59 am
Forum: ExamDiff Pro
Topic: selecting files by command line
Replies: 5
Views: 10159

Re: selecting files by command line

I found a solution by using a temporary session file
I use 2 batch files, first one to store the first file name and the second one to store the second file name and launch the program.

These are the 2 DOS files I use :

The first one, must by launched first :


@echo off
rem Permet d'enregistrer ...
by LaurentO
Wed Mar 05, 2014 9:00 am
Forum: ExamDiff Pro
Topic: selecting files by command line
Replies: 5
Views: 10159

Re: selecting files by command line

ok, I'll try to do with that
thanks a lot for your quick answer
by LaurentO
Wed Mar 05, 2014 8:16 am
Forum: ExamDiff Pro
Topic: selecting files by command line
Replies: 5
Views: 10159

Re: selecting files by command line

thanks but that does not answer to my problem

Is there a posibility to select a file first using the command line (my IDE (phpStrom) can handle command line tools) and to compare it later to a second selected file using another command (as I said that is the same principe that used by the context ...
by LaurentO
Wed Mar 05, 2014 5:01 am
Forum: ExamDiff Pro
Topic: selecting files by command line
Replies: 5
Views: 10159

selecting files by command line

Hi
Can you tell me how I can Select 2 files for compare by using the command line.
Each file should be selected separately.
I want to use it to compare 2 files in MY PHP IDE. In fact I want to reproduce the context menu options : select first file... and compare to...

thanks for your help