Hello,
I have created a running script for my gun4ir to switch to 4:3 mode when launching mame. It works! However, when it launches two small windows appear which causes mame to open in the background and I hav to click mame down on the taskbar to open it. Is there anyway to fix this. I have tried the hide all windows in the startup menu
my script is
run, %comspec% /c echo m3.1 > com 3
escape ::
run, %comspec% /c echo m3.0 > com3
exit app
return