hi,
pls - there is something wrong with popen, passthru and similar commands. when i use it under win (nt server), the command is executed - but it does not return any output. and as for popen it is quite silly :-)
so, something like $fp=popen("myprg.exe") will run myprg, but no output will be returned...
i used pipes in my c/c++ programs on windows without any problems, so why does not function this? is that problem with IIS settings? or php?
thanks, robert