multishell.launch

multishell.launch
Function
Syntax
multishell.launch(
  • environment : table
  • path : string
  • args...? : any
)

Returns number tabid
API multishell
Source CC:Tweaked (source)

Run a Program in a new multishell tab.

ExampleLaunch a program in a new tab.
Open the shell in a new tab.
Code
<nowiki>
multishell.launch({},"/rom/programs/shell.lua")
    </nowiki>
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.