Bash to auto answer a prompt
From C++ to PHP, debugging to webhosting; help and discussion about writing your latest program to running your website. NOT for help when your PC won't work.
| Announcements | Posted on | |
|---|---|---|
| Please change your TSR password | 23-05-2013 | |
-
Bash to auto answer a prompt
Hi. So I'm using
echo "hyperznew.param" | hyperz
(hyperz is the name of the program that I started running when the prompt is required)
and it works to answer the prompt.. except it only works after I press Ctrl+C to keyboard interrupt. Weird huh? Can anyone tell me why please???