ScriptSpot

Forum topic · General Scripting

Batchfile: Render all files in a folder

By scriptgeist · 2011-11-27

Description

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 (1)

br0t · 2011-11-28

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