Parameters |
Description |
|
Name of the executable file with complete file path. |
|
Arguments that are to be passed when the external program is called up. If you want to start a program with a certain file, for example, enter the name of the file. |
|
Working directory for the external program. |
Inclusion of a text editor by specifying the file path where the executable file is located:
XCMUserToolAction /command:"c:\Windows\notepad.exe"
Inclusion of a text editor with specification of a file to be opened when called:
XCMUserToolAction /command:"c:\Windows\notepad.exe" /arguments:"Notizen.txt" /ExecuteInFolder:"d:\Temp\"