I am trying to get PDW to launch a PHP script from the Command File in the Filter. I am running a WAMP on the machine and all I want to pass is the message text using %7.
What I have in for the command file c:\path\to\command\php.exe inhouse.php and in the Arguments %7.
I have a batch file that runs the PHP file file and I can pass the simulated message text in the batch file and everything works fine. I just can't seem to get PDW to launch the PHP file. I command prompt windows does appear briefly, and disappears, but the PHP script is not being launched. If it was, the script would write to a log file to confirm that it ran.
Has anyone had any luck launching executables and passing arguments?
Thanks in advance.