shellCommand | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the name and location of the command used for the shell function. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: file Property: hideConsoleWindows, videoClipPlayer Function: shell Glossary: property, Windows, execute, file path, command line, command, Unix Control Structure: function | ||||||
Security | process | ||||||
Description | Use the shellCommand property to execute a command with a particular shell. When you use the shell function, the command line you specify is sent to the program specified in the shellCommand. On OS X and Unix systems, the shellCommand is the path to an executable file. On Windows systems, the shellCommand is a DOS command. |