I'm using MinGW in Windows. So I updated my Enviroment Variables -> PATH and appended:
c:\phalcon-tools
In that folder phalcon-tools I have the phalcon.bat which I'm just guessing is for windows. I also tried appending:
c:\phalcon-tools\phalcon.bat
and if I run $ phalcon.bat I get:
c\phalcon-tools\phalcon.bat: line 1: @echo: command not found
Does anyone know how to properly load this beauty up in Windows?