Command UNIX Script

This portion of the license file contains the UNIX Script or Executable that would be executed for the UNIX operating system. The field may be blank. Any script placed here is expected to be in the UNIX Depot. The script is expected by default to reside in the Unix Depot, but can also be described with an absolute path or a path relative to the Unix Depot.

Parameters needed (if any) are expected to be placed in the UNIX Script Params field. The script can be of any executable type (i.e. *.bat, *.exe, *.pl, etc.).

NOTE: If there is a UNIX script defined then the user cannot have the PERLDB_OPTS environmental variable set when the trigger fires of ClearTrigger will fail the command to prevent users from entering the Perl debugger and circumventing custom Perl policy code written by the administrator.

Script DescriptionUnix Script example
empty list; ;
Calling interpreted program (uses UNIX Script Params field);Perl;/net/machine/dir/some_code.pl;
Calling stand alone program in depot;some_script.sh;
Calling program not in depot by absolute path;/net/machine/location/some_script;
Calling program not in depot by relative path to UNIX depot;../../directory/script;