Solaris Common Desktop Environment: Advanced User's and System Administrator's Guide

Creating COMMAND Actions for Multiple File Arguments

There are three ways for actions to handle multiple file arguments:

Creating an Action for Non-Interchangeable Arguments

Use one of the following syntax conventions:

Creating an Action with Interchangeable File Arguments

Use one of the following syntax conventions:

Examples

Creating an Action for Multiple Dropped Files

To accept multiple dropped file arguments and execute a command line in the form:

command file 1 file 2

use the syntax:

%Args%

Examples