Skip to content

Commit 78e7b61

Browse files
authored
Update Readme.md
1 parent 43d3354 commit 78e7b61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ ExtDiff [![Status Aquana][status-aquana]][andivionian-status-classifier]
44
This is a small command line script that will compare two files using Microsoft
55
Word file comparison tool. Microsoft Word will be started using COM automation.
66

7+
It is useful as a diff tool for Word-related file types.
8+
79
To run the script, execute it through PowerShell like this:
810

911
```console
10-
$ powershell Diff-Word.ps1 oldfile.docx newfile.docx
12+
$ powershell -File Diff-Word.ps1 oldfile.docx newfile.docx
1113
```
1214

1315
Idea taken from [TortoiseSVN diff-doc script][tortoisesvn-diff-doc].

0 commit comments

Comments
 (0)