Client and Developer InterfacesJavaScriptJavaScript API ReferencesystemOn this pagesystem About Executes an external command. Click here to expand Table of Contents 1 Synopsis 2 Example Synopsis var 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. Example system("create_account");