Send command (2)

Specifies the command or script that the system uses to send the second inserter control file to the inserter controller. The command can contain symbols to pass values of job properties on the command. For example, you can use ${Job.Inserter.JobID} symbol to specify the value of the Inserter job name property.

Format:

Length
Up to 1024 characters (bytes)
Default
Not set
Database name
InserterSystem.Control2.TransferCommand

Usage notes:

  • If the inserter controller does not use control files, do not specify this property.
  • RICOH ProcessDirector provides scripts to send the inserter control file for the job to a directory that the inserter controller can access:

    • On Linux, the scripts include: copy_file.sh, move_file.sh, ftp_file.sh, sftp_file.sh, and scp_file.sh.

    • On Windows, use copy_file.pl and move_file.pl.

  • The -d option is required. It specifies the destination directory and file name of the inserter control file.
  • The -p option is optional. It specifies the permissions to assign to the inserter control file in the destination directory.
  • If you specify a command or script that is not in a directory specified in the PATH environment variable, specify the full path name or the command or script.
  • If your inserter controller only uses one control file for each job, do not specify this property.
  • For information about symbols and scripts, see the RICOH ProcessDirector information center.