Execute() FunctionExecutes 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:
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 |