I would like to be able to run Blender scripts off the Windows DOS Prompt. In Unix it’s easy because the terminal accepts blender -b, but in Windows the message I get when typing this command is:
" ‘blender’ is not recognized as an internal or external command, operable program or batch file. "
How does one go about adding blender to the command line in Windows? Thanks.
Instead of blender, which is only registered on Linux systems, I just needed to navigate to the address of blender and run the .exe from the command line, adding -b and any other options that I needed.