Hello Mazzmn..
I had this same problem while trying to run a program I made from Glaunch.
I found that you had to kill glaunch first, then restart Glaunch after your program ends.
Here is how I did it:
I take it you are running your pc games from glaunch's misc folder.
In glaunch/config folder, edit misc.cfg to this:
If these two lines are not in misc.cfg, add them, if they are there, make sure they read like this: (without the quote marks)
"pre_command = taskkill /f /im glaunch.exe"
"post_command = start/w c:\glaunch\glaunch"
These two lines need to go right after the "global_options =" line.
The pre command kills glaunch.
The post command runs it again after your pc game quits.
The path in your post command line needs to be the path to glaunch.exe that is on your computer.
This will work if you are using winxp.
if you are using win95 or 98 you will probably need to download a program called process.exe.
This is a utility to kill programs in early editions of windows.
If you are using dos, the taskill /f /im might work, im not sure. I may have to do a little research on it.
Let me know if you need more help.
Here is a forum for Glaunch that may help you:
http://sourceforge.net/mailarchive/forum.php?forum_name=glaunch-publicIf you are using Glaunch on a windows machine, you might want to check out my menumaker for glaunch.
http://skennys_outpost.tripod.com/MenuMaker.htmlThis is a favorites list maker for glaunch. Only works with windows and mame.
Good luck..
--Ken