IS there a way in ruby I can inject a keystroke in shell to have the program go? I need to run a program in shell through
sh " #{another program}"
And there is a "Press any key to continue" at the end of the program. How can I make it move on ?
Is there something similar in ruby like java
http://alvinalexander.com/java/java-robot-class-example-mouse-keystroke