Tiny script to render all yours .blend files in one click.
This script is useful if you have accumulated a lot of different projects that need to render. Now you can run this script at night and it will open files render them without disturbing your sleep;) only for windows
To begin the render you have to copy script.py and render.bat your folder with .blend files
Now just run render.bat as administrator.

In order to turn off the computer after rendering you need to uncomment the line by removing the word rem in render.bat
shutdown -s -f -t 20You can render the in background (often used for UI-less rendering) by adding the -b flag
"C:\Program Files\Blender Foundation\Blender\blender.exe" %%i -P script.py -b- If you have blender installed in a different folder, change the path in
render.bat - opengl and eevee no support render the in background
Windows Blender 2.8x
