natron controlled by python

need to learn about, how to execute premade custom .py files on natron backend. without using the script editor.
all small details are valuable. so please help me

Hey,
I can’t check this and I haven’t used Natron for a while, but here is what I have in my notes:

NatronRenderer -o1 /mnt/x/o1_###.exr -o2 /mnt/x/o2_###.exr 1-100 /mnt/scripts/natron/Script.py

o1, o2 is output node 1 and 2

I hope this helps.

https://natron.readthedocs.io/en/rb-2.3/devel/introduction.html

thank you