I have the following .bat code:
cd "C:\Program Files\Blender Foundation\Blender"
blender.exe
image.jpeg
I am trying to make blender open when I start the batch file, then immediately after, show image called "image.jpeg"
When I do this, it starts blender in the current cmd
window, and then holds the program up until blender is closed.
Thanks!