Client and Developer InterfacesJavaScriptJavaScript API ReferencesystemOn this pagesystemAboutExecutes an external command.Click here to expand Table of Contents1 Synopsis2 ExampleSynopsisvar return_code = system( command );Output of the command is not returned. If you need to send or recieve output from the command, see the File object.Examplesystem("create_account");