Posted by Janwillem Borleffs on 12/23/07 12:55
Daniel Klein wrote:
> All I get in a web browser is:
>
> popen test...
>
> What am I missing?
>
It's possible that the program only executes from a shell. In this case you
should start popen with a command shell (cmd, r+w) and call your program
from there.
JW
[Back to original message]
|