After creating a process (addaccount.exe) using my current process (run.exe), how do i program run.exe to input a command or pass information directly to addaccount.exe?
Edit: So, if i have
STARTUPINFO si;
ZeroMemory(&si, sizeof(si));
si.hStdInput = //What do i put here?