in reply to Re: Re: Launching a process
in thread Launching a process

For most POSIX-wannabe platforms, STDIN is handle 0, STDOUT is handle 1, STDERR is handle 2.

Some command shells have different syntax for these, and some are picky about the order ("command foo 2>&1 1>foo" may act differently).

--
[ e d @ h a l l e y . c c ]