Hi Fellows,

I'm traying to create an executable with C or C++ that send a command with the function system, but it waits for a command or key.

Example :

I send this:

C:\runas /noprofile user:administrator notepad.exe

But it waits for password.

Please type the password :

So my question is how can I make to send the password or that my program detect that prompt.





Thanks.