From 75f114ef66523cdab6481e9529f622e7f0f408dc Mon Sep 17 00:00:00 2001 From: Chris Bielow Date: Mon, 13 Feb 2023 11:20:32 +0100 Subject: [PATCH] fix executable name in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 553bf96..1563ff4 100644 --- a/README.md +++ b/README.md @@ -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