Index of /xtras/commandline_xtra/mac

Icon  Name                     Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] _old/ 2016-08-24 14:13 - [   ] CommandLine.cpio 2016-08-24 14:39 20K [   ] commandline_xtra_v02.zip 2016-08-24 14:13 8.4K [TXT] readme.txt 2016-08-24 14:13 374
-- 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"]