Submit Command Line job as dependant?

is it possible to use -SubmitMultipleJobs -dependent when submitting a commandline job… I really need a commandline task to execute after another has completed.

As an alternative, you can set up a command line job with submission files and then use the -SubmitMultipleJobs -dependent flags to submit the jobs. For example, a CommandLine job info file would look something like:

Plugin=CommandLine
Frames=0-4
Pool=testing
Priority=50
Name=Command Line Job

And the the plugin info file would look like:

Executable=c:\path\to\application.exe
Arguments=arg1 arg2 arg3

See the submission documentation for more information on submitting jobs using submission files:
franticfilms.com/software/su … o_Deadline

Cheers,

  • Ryan

cool. didn’t realize you could use the job and info files with a command line.