Render multiple scenes in 2.5

Hi,

Maybe I am missing something, and maybe there is a simple solution to what I want to achieve.

In blender 2.49 I was using a simple little script to render all of the scenes I have in my blend file. It goes like this:


for scn in bpy.data.scenes:
scn.render.renderAnim()

Is there a simple solution to get the same result in 2.5?
(I couldn’t find an easy replacement for “renderAnim()”).
I don’t want to use compositing for that, as I want all of the scenes to rendered to “Multi Layer” format.