Tag: ShellExecute

The action ShellExecute will permit Windows to execute external operations upon reaching this script line.

Detailed Description

ShellExecute operates like the Windows Run utility.

Tag Attributes

AttributesAttribute ValuesValue Description
FilePathUser definableThe file path of the operation to execute - Required

FilePath will validate if both the folder path is correct and the file itself exists.

Example Scripts

<ShellExecute FilePath = "C:\windows\notepad.exe"/>
XML
<ytriaAutomation>
	<ShellExecute FilePath="C:\windows\notepad.exe"/>
</ytriaAutomation>
XML

In the script above, ShellExecute will trigger the execution of "C:\Windows\notepad.exe" externally.