sysExecute

Runs an external command, or opens a file/URL via the OS. Returns a status code.

System

Parameters & Returns

Parameters

command String

Returns

Int

Quick Summary

Runs an external command, or opens a file/URL via the OS. Returns a status code.

Technical Exegesis...

Hands the command string to the operating system to execute (launch a program, open a document or URL with its default handler). Returns an OS status/result code.

Example

Example.bam
; No example implemented yet