Hi, I am trying to write a little script that will automate the running of MAME in a randomised jukebox fashion, where a rom will run on demo mode for a set time then a new random game is loaded.
Everything like the randomisation, process spawning, timing and killing of processes is no problem. However, the main issue is that MAME asks you to "Press any key" to run a loaded rom. I've been trying to search for a way to interact with this Win32 app to send a key signal via the script - is there ayn possible way to do such a thing?
Many thanks