launching and .exe from a ZGE .exe possible?
Posted: Sat Aug 25, 2012 1:53 pm
When we built those arcade cabinet systems for the Hand Eye Society I made a little menu system, that just took the input from the controls, (gamepad) and launched the various games,. the program keep running in the back, and when the player quit one game, they could select another.
I built that in GameMaker as it was easy to do at the time. e.i.
I built that in GameMaker as it was easy to do at the time. e.i.
Now however, I don't even have a copy of GM on this machine, and I am not sure it would run on win7 anyway (I never got a 8.1 upgrade). I was asked to build a little menu for a similar project, just wondering if there is a simple way to launch a program from ZGE? A ZGE menu would be much more interesting,. .execute_program(prog,arg,wait) Executes program prog with arguments arg. wait indicates whether to wait for finishing.
execute_shell(prog,arg) Executes the program (or file) in the shell.