I have a Mail Filter that runs a PHP file everytime a message arrives to the specified email address.
Problem is, everytime a message is received, the DOS window pops up, runs the program then closes. IT DOES DO WHAT IT'S SUPPOSED TO DO.
BUT, I was wondering if there is a way to have php run WITHOUT opening the dos window?
The command line I have in the mail filter is to RUN
d:\php\php.exe e:\path_\to_phpscript.php method=cron
Any thoughts?