JohnnyUtah Posted Wednesday at 03:36 PM Posted Wednesday at 03:36 PM 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 Wednesday at 04:07 PM Solution Posted Wednesday at 04:07 PM 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 Thursday at 01:02 AM Author Posted Thursday at 01:02 AM Thanks! It works. ,,min means minimized? 1 Quote
JoeViking245 Posted Thursday at 01:28 AM Posted Thursday at 01:28 AM 24 minutes ago, JohnnyUtah said: Thanks! It works. ,,min means minimized? Correct. Run / RunWait - Syntax & Usage | AutoHotkey v1 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.