|

Description


(string) The shortcut's description. This is the name (or label) that appears on the shortcut.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Shell.Execute

OverviewExamples

number Shell.Execute ( string Filename,


string Verb = "open", string Arguments = "", string WorkingFolder = "",

number WindowMode = SW_SHOWNORMAL,


boolean WaitForReturn = false )


De s cr ip t ion


Performs a shell execute on a target with a given shell verb.


P arame t er s


Filename


(string) The file or folder path to use.


|