Learning deadline scripting

I want to write a script to move rendered frames to a place on our network and change their name along the way. I know max script well enough, but I don’t know how to script for deadline. is there a doc that goes over the deadline commands? How do you work with python to test out code?

Fred

Hi,
Check out this page of the Deadline online manual that explains how to get the output name of a frame/task.
software.primefocusworld.com/sof … cripts.php

Then use File.Copy to copy the file to a different location:
msdn.microsoft.com/en-us/library … .copy.aspx

or move the file:
msdn.microsoft.com/en-us/library … .move.aspx

MIke