Skip to content

Commit

Permalink
fix executable name in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cbielow committed Feb 13, 2023
1 parent 07fbfb1 commit 75f114e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Answer: use WinTime :-)

Measure the execution parameters of MS Excel
```
WinTime "C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE"
WinTime64 "C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE"
```

Same, for Firefox, but with additional logging to `log.txt` (append mode)
```
WinTime -a -o log.txt Firefox.exe
WinTime64 -a -o log.txt Firefox.exe
```

## Features
Expand Down

0 comments on commit 75f114e

Please sign in to comment.