We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d3354 commit 78e7b61Copy full SHA for 78e7b61
Readme.md
@@ -4,10 +4,12 @@ ExtDiff [![Status Aquana][status-aquana]][andivionian-status-classifier]
4
This is a small command line script that will compare two files using Microsoft
5
Word file comparison tool. Microsoft Word will be started using COM automation.
6
7
+It is useful as a diff tool for Word-related file types.
8
+
9
To run the script, execute it through PowerShell like this:
10
11
```console
-$ powershell Diff-Word.ps1 oldfile.docx newfile.docx
12
+$ powershell -File Diff-Word.ps1 oldfile.docx newfile.docx
13
```
14
15
Idea taken from [TortoiseSVN diff-doc script][tortoisesvn-diff-doc].
0 commit comments