Most of the stuff I do is *nix based, but I've decided to try using php for windows scripting instead of perl.
Anyway, I'm having trouble using using the php.exe cli for win32. No matter what I try, even a simple <? echo "test\n"; ?> in a test.php file, it hangs. I'm running it as c:\php>php test.php. The correct output is displayed, but it never brings me back to the command line; it just 'hangs' there.
Do you have any idea what I could do to resolve this?
Thanks,
a9