Using Qube! render farm to export an animation

Hello everyone!

I am trying to use Qube! Render Farm to record an animation using VRay and Rhino. So far, I have a script that was provided to me that works for exporting still images. Can anyone help me modify it or create a new script for exporting an animation?

This is the script that I have

“%(rhinoExe)s” /runscript="%(argv)s _render _-saverenderwindowas
""%(outputImage)s"" _closerenderwindow _-exit" “%(scene)s”

Thanks!