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.