WaitTime
(number) The maximum time to wait for the service to stop (in seconds).
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
S h e ll
Shell.CreateShortcut
OverviewExamples
Shell.CreateShortcut ( string Folder,
string Description, string Target, string CmdLine = "",
string WorkingFolder = "", string IconPath = "", number IconIndex = 0,
number WindowMode = SW_SHOWNORMAL,
table HotKey = nil )
De s cr ip t ion
Creates a shortcut on the user's system.
Note: If the target drive does not exist or cannot be accessed, the shortcut path folder will be truncated to eight characters. For more information, see Microsoft article Q263324.
P arame t er s
Folder
(string) The path to the folder where the shortcut will be created.