Created
July 6, 2018 15:16
-
-
Save bstiel/4139f601af24f2b20f72a3873b62039d to your computer and use it in GitHub Desktop.
git-diff and Spreadsheet Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
ECHO %2 > tmp.txt | |
dir %5 /B /S >> tmp.txt | |
type tmp.txt | |
"C:\Program Files (x86)\Microsoft Office\root\Office16\DCF\spreadsheetcompare" tmp.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment