Lua:shellExecute
Revision as of 00:17, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved shellExecute to Lua:shellExecute)
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 |