JohnnyUtah Posted 3 hours ago Posted 3 hours ago 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 Quote
JoeViking245 Posted 3 hours ago Posted 3 hours ago 18 minutes ago, JohnnyUtah said: Is there anyway to fix this. Assuming that it works correctly as is (after having to click MAME in the taskbar), try running the command(s) minimized. run, %comspec% /c echo m3.1 > com 3,,Min $Esc:: { run, %comspec% /c echo m3.0 > com3,,Min WinClose, ahk_exe {{{StartupEXE}}} } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.