Start two sessions in batch file
Posted: Wed Jun 19, 2013 11:50 pm
I am using examdiff pro on Windows 7
I would like to create a batch file that starts up two instances of examdiff. Here is what I have so far
Unfortunately, the second instance of examdiff does not start until I close out of the first compare session.
I would welcome any suggestions on how I can do this.
Thanks,
Jake
I would like to create a batch file that starts up two instances of examdiff. Here is what I have so far
Code: Select all
SET PATH="C:\Program Files\ExamDiff Pro"
cd D:\Code\
ExamDiff.exe file111.txt file222.txt
ExamDiff.exe file333.txt file444.txt
I would welcome any suggestions on how I can do this.
Thanks,
Jake