Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

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

Posted
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}}}
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...