Skip to content

Instantly share code, notes, and snippets.

@bstiel
Created July 6, 2018 15:16
Show Gist options
  • Save bstiel/4139f601af24f2b20f72a3873b62039d to your computer and use it in GitHub Desktop.
Save bstiel/4139f601af24f2b20f72a3873b62039d to your computer and use it in GitHub Desktop.
git-diff and Spreadsheet Compare
@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