I have a VB6 program that sends a command to the command line. The command line window then stays open asking for username. I think what I need to do is launch the command and grab the pid, then use the pid to send the string to the command window. Is this possible?