JohnnyUtah Posted 9 hours ago Posted 9 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
Solution JoeViking245 Posted 9 hours ago Solution Posted 9 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
JohnnyUtah Posted 6 minutes ago Author Posted 6 minutes ago Thanks! It works. ,,min means minimized? 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.