We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
calc.exe
mspaint.exe
1 parent 6dd793b commit c752c0fCopy full SHA for c752c0f
1 file changed
UserManual.md
@@ -808,9 +808,9 @@ The conversion to JPEG format will be performed without showing a console and no
808
809
The `pid` attribute defines the name of the property to set with the new launch process id.
810
811
-For example, the following will sets the property `calc.process.id` to the process id of `calc.exe` :
+For example, the following will sets the property `mspaint.process.id` to the process id of `mspaint.exe` :
812
```xml
813
-<exec path="C:\Windows\System32\calc.exe" pid="calc.process.id" />
+<exec path="C:\Windows\System32\mspaint.exe" pid="mspaint.process.id" />
814
```
815
816
The target property is left untouched if the process cannot be launched.
0 commit comments