Function::Internal

ExecuteFile(fullpathincludingparameters)

 To execute and external file/command/document.

This command can be used to start any external application that is installed on the computer. It works the same way as a run command from the start menu. It has one parameter should contain every thin you want done.

Use in combintation with string escape to make sure you have "" around paths with space in.

Ex. Start a DataEase application:

ExecuteFile( "/'C:\Program Files (x86)\DataEase\DataEase 8.5\dataease.exe/' /'C:\Users\you\Documents\My DataEase\testapp/' /'Test app/'")

Ex. Open url in default browser

ExecuteFile( "http://www.dataease.com")


Returns/Result

Nothing