I am trying to run a python program in Windows with a call like this:
python pacman.py
I have many such calls to the python program. I want to run it from windows command line. When I run this in Ubuntu it works well but when I try it in Windows, I get the following error:
'python' is not recognized as an internal or external command, operable program or batch file.
How can I run these python programs from Windows cmd?