Difference between revisions of "Lua:shellExecute"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
− | + | {{LuaSeeAlso}} | |
− |
Revision as of 22:00, 19 March 2017
function shellExecute(command)
Executes a specific commandline command. The commands are the same you can type in the "run..." command and in the file header of an explorer window.
Example:
shellExecute("http://cheatengine.org") shellExecute("calc") shellExecute("c:\") shellExecute("regedit")
Function Parameters
Parameter | Type | Description |
---|---|---|
command | string | The command to execute |