Difference between revisions of "Lua:shellExecute"
Jump to navigation
Jump to search
(Created page with ''''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 exp…') |
|||
Line 4: | Line 4: | ||
Example: | Example: | ||
− | http://cheatengine.org | + | <nowiki>http://cheatengine.org</nowiki> |
calc | calc | ||
c:\ | c:\ |
Revision as of 11:36, 4 March 2012
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:
http://cheatengine.org calc c:\ regedit
Function Parameters
Parameter | Type | Description |
---|---|---|
command | string | The command to execute |