Adding blender -b to Windows command line

Hello,

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.

Ok, I just realized I’m fucking stupid…

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.

Technically if you really wanted to only type blender -b, you could add blender’s path to your PATH environment variables.