View Single Post

  #2 (permalink)  
Old 12-23-2007
Janwillem Borleffs
 
Posts: n/a
Default Re: popen on Windows

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


Reply With Quote