Posted by Jasen Betts on 02/06/06 21:42
On 2006-02-06, darrin.skinner@gmail.com <darrin.skinner@gmail.com> wrote:
> Hi all,
>
> [Note: I'm doing this in Windows...]
>
> How can I open a file/pipe to something other than STDOUT/STDERR? I.e.
> I want to write to file descriptor # 3. fopen("php://std3"... does not
> work. fopen("/dev/ttyS3"... does not work. Any ideas?
>
> For more detail on what I'm trying to do, its' something like this...
3 is stdprn (or was last time I programmed for dos)
does posix_mkfifo() work in windows?
Bye.
Jasen
Navigation:
[Reply to this message]
|