os.run
From ComputerCraft Wiki
Revision as of 18:49, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:LuaCoreFunctions)
Function os.run | |
No description provided. | |
Syntax | os.run(metatable envVars, string path, vararg arguments) |
Returns | false on error, otherwise true |
Part of | ComputerCraft |
API | os |
Examples
Example | |
Runs the default shell | |
Code |
os.run({}, "rom/programs/shell") |
Output | The default shell |