Skip to content

Commit c752c0f

Browse files
committed
Replaced calc.exe example by mspaint.exe as per comment in #178
1 parent 6dd793b commit c752c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UserManual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,9 +808,9 @@ The conversion to JPEG format will be performed without showing a console and no
808808

809809
The `pid` attribute defines the name of the property to set with the new launch process id.
810810

811-
For example, the following will sets the property `calc.process.id` to the process id of `calc.exe` :
811+
For example, the following will sets the property `mspaint.process.id` to the process id of `mspaint.exe` :
812812
```xml
813-
<exec path="C:\Windows\System32\calc.exe" pid="calc.process.id" />
813+
<exec path="C:\Windows\System32\mspaint.exe" pid="mspaint.process.id" />
814814
```
815815

816816
The target property is left untouched if the process cannot be launched.

0 commit comments

Comments
 (0)