Skip to main content
Skip table of contents

ShellExecute: Execute External Applications

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

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

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.