os.run
From ComputerCraft Wiki
Revision as of 07:33, 30 May 2012 by Pinkishu (Talk | contribs) (moved Os.run( environment, programpath, arguments ) to Os.run: Like Bit any other APIs)
| No description provided. | |
| Syntax | os.run(metatable envVars, string path, vararg arguments) |
| Returns | false on error, otherwise true |
| Part of | ComputerCraft |
| API | os |
Examples
| Runs the default shell | |
| Code |
os.run({}, "rom/programs/shell")
|
| Output | The default shell |