-- xtra CommandLine -- v0.2 (c) 2016 Valentin Schmidt *getCommandLineArgs -- returns list of strings New version now also supports older OS X versions (10.6 and later). Usage: ====== in Terminal: open /Applications/Adobe\ Director\ 12/Director.app --args "foo=a b c" bar=23 123 in Director's Message Window: put getCommandLineArgs() -- ["foo=a b c", "bar=23", "123"]