os.run

From ComputerCraft Wiki
Revision as of 14:08, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Updated references from "os" to "OS")

Jump to: navigation, search


Grid Redstone.png  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

Grid paper.png  Example
Runs the default shell
Code
os.run({}, "rom/programs/shell")
Output The default shell