I want to write a VC++ program for a WINNT and
win2000 system that will open or spawn a (child telnet session ( I am using C:\WINNT\TELNET.exe).
I can open the program with _spawn but can't find
the handles to read and write to the session.
Can some one assist me over this hurdle? I also
looked at using CreateProcess for this but haven't
been able to find documentation on using CreateProcess.

Thanks in advance for your assistance.