I am running Windows 7. I have XAMPP for my Dev server. I also have a PHP command line tool called Phing which is a build script.
Using the Windows command prompt I can cd to my directory that has a build file and then just run the cammand phing
and it will build my files.
Now I just installed CYGWIN for Windows and when I do the same process I get
Jason@Jason-Quad-PC /cygdrive/e/Server/htdocs/myframework/buildscript/build
$ phing
-bash: phing: command not found
So is there a way to get all my Windows stuff to work with CYGWIN like PHP and Phing?