Lua:shellExecute

From Cheat Engine
Revision as of 11:35, 4 March 2012 by Dark Byte (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


See also