First of all let me state my problem. I have a program that I execute via a system call, and it prompts the user to hit any key to continue.
What I want to do is automate this step for them. I've searched the archives, and found several posts but unfortunatley they didn't work (i.e.
system ( "echo y | command_I'm_running" );
Does anyone have any ideas?
In reply to forcing STDIN with windows by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |