I am trying to set my environment variable in windows 7 so that I can call prolog from the command line. I went into the environment variables under system settings, and edited it so that it looks like this.
C:\Python27;C:\Program Files (x86)\Notepad++;C:\Program Files\pl\bin\prolog;
I'm not sure what I did wrong here, as I keep getting the message
prolog is not recognized as an internal or external command, operable program or batch file
Both Python and Notepad++ work just fine the way I have them, and I have double checked to make sure my path name is correct. I DID change the name of the prolog executable from swipl-win to prolog, but that shouldn't make a difference, as I did this with python as well (python changed to python27). Am I missing something blatantly obvious?