I am trying to write a batch script on win 10 to send key strokes to Bluestack using adb. Now after taking input from user on the cmd i have to press enter to execute further commands. I wanted to know is there any way that the script starts running as soon as a key is pressed. Thanks
Asked
Active
Viewed 46 times
0
-
2Possible duplicate of [bat game. Adding a timer with set /p](http://stackoverflow.com/questions/7701521/bat-game-adding-a-timer-with-set-p) – Alex P. Aug 07 '16 at 15:07
-
1Use `CHOICE`: http://ss64.com/nt/choice.html – Tim Aug 07 '16 at 17:19