Skip to content

Commit aea4beb

Browse files
modified launch script for both way comparison
1 parent db84304 commit aea4beb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/launch.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
"%java8home%/bin/java" -jar excel-diff-checker.jar -b old.* -t new.* %* > edc.log
2+
pause
3+
4+
"%java8home%/bin/java" -jar excel-diff-checker.jar -b new.* -t old.* %* > edc-opp.log
25
pause

0 commit comments

Comments
 (0)