os.run

From ComputerCraft Wiki
Revision as of 18:39, 8 April 2012 by Wukl (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=os.run |args=metatable envVars, string path, vararg arguments |api=os |returns=false on error, otherwise true |addon=ComputerCraft |...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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