[previous] [up] [next]     [contents] [index]
Next: Changing the System Up: Writing Complete Applications Previous: Command-line Flags

Command-line Flags under MacOS

There are two methods for passing command-line arguments to MrEd under MacOS:

In both methods, parsing rules for command-line arguments are the same as in Unix's sh (after globbing, variable, and backquote expansion).

When MrEd is opened with multiple input files, or when a single input file's data fork does not start with #!, the command line is the sequence of complete file pathnames. (The order of the files is determined by the OpenDoc AppleEvent.)


[previous] [up] [next]     [contents] [index]
Next: Changing the System Up: Writing Complete Applications Previous: Command-line Flags

PLT