We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db84304 commit aea4bebCopy full SHA for aea4beb
apps/launch.bat
@@ -1,2 +1,5 @@
1
"%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
5
pause
0 commit comments