Toolbar Browser
3. Reference
Triggers
Controls
Variables
System Variables
Global Values
Functions
AutoFill()
Back()
Beep()
CheckLinks()
Checksum()
Click()
Command()
Customize()
DeleteOption()
Enable()
Execute()
ExportLinks()
Forward()
GetFolderIcon()
GetQuery()
GetSystemIcon()
Header()
Highlight()
HistoryMenu()
Home()
IfExactMatch()
IfMatch()
ImportValue()
ImportCaption()
ImportIntValue()
ImportXMLValue()
Length()
LoadMenu()
Menu()
OpenURL()
Options()
PageText()
PlaySound()
PopupManager()
Refresh()
Replace()
ReplaceAll()
Resize()
ResizeClient()
Redraw()
Save()
Search()
SearchBack()
SearchLast()
SearchNext()
SearchPage()
SetCaption()
SetClipboard()
SetFocus()
SetFontSize()
SetIcon()
SetOption()
SetParam()
SetText()
SetStatusText()
SetTooltip()
SetUserAgent()
SetValue()
Show()
Stop()
StripHTML()
ToolbarMenu()
TruncateOption()
UpdateToolbar()
Zoom()
Text Functions
 

Execute() Function

Executes a specified file or command.

Syntax:

    Execute(command)
    Execute(command,install_url,install_message)


Parameters:

    command - Command to execute
    install_url - URL to downlod from if the specified program in not installed on the user's system.
    install_message - Install Message to display


Remarks:

  • The install_url and install_message parameters are optional and can be left out.
  • If passing parameters to called programs, you need to replace any spaces in the path name with %20. For example: "c:\Program%20Files\program.exe -parameter"


Compatibility

    From version 2.3 the command can contain an absolute path of a file to execute. System folders and paths are also searched for the command.

    Prior to version 2.3, the command name needs to be specified and its path must be defined in the registry:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths