Skip to content

Commit 69c273a

Browse files
committed
better message in cli wrapper script
1 parent 5669ea8 commit 69c273a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelPresentMon/KernelProcess/presentmon-cli.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ setlocal
44
rem Resolve the intel presentmon exe beside this script
55
set "EXE=%~dp0PresentMon.exe"
66
if not exist "%EXE%" (
7-
echo MyApp.exe not found next to the script: "%EXE%"
7+
echo PresentMon.exe not found next to the script: "%EXE%"
88
exit /b 9009
99
)
1010

0 commit comments

Comments
 (0)