Batchfile: Render all files in a folder

Hi

I need to write a script, that submits a renderjob of all *.max files in the folder to the backburner with a specific *.rps file.

From the help files I learned to use the cmdjob.exe to execute a script on a give filelist.txt.

Anyone can point me in the right direction, how to write this BAT file?

 

Thanks a lot for your help.

scriptgeist

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
br0t's picture

Dunno about how you would use

Dunno about how you would use a BAT File to do this stuff, but you can easily do that one by one with maxscript. For each max file, load a corresponding rps file and send one job to backburner. Deconstructing this script once helped me to get a fast look on how you work with backburner via script: http://www.scriptspot.com/3ds-max/scripts/simplified-net-render

Never get low & slow & out of ideas

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.