Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: MaLa NOT losing focus when launching shortcut  (Read 2136 times)

0 Members and 1 Guest are viewing this topic.

PlayingKarrde

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:February 16, 2021, 05:07:47 pm
MaLa NOT losing focus when launching shortcut
« on: June 08, 2010, 05:02:53 pm »
So I have a bat file that I made a shortcut to and placed it in my shortcuts folder for Mala to read. Mala is able to run the game fine but it also keeps focus so when I move the stick in the game it also moves through the menu in Mala. Obviously then when I press the select button it also selects another game causing two games to be running at once.

The game I'm trying to get working here is BlazBlue and it's so very nearly working perfectly. This is the last thing that is not working.

Has anyone had any luck getting this working in Mala, or does anyone have any advice on how I can fix this problem?

Thanks a lot.

qlunch

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 13
  • Last login:June 15, 2023, 08:55:09 am
Re: MaLa NOT losing focus when launching shortcut
« Reply #1 on: June 08, 2010, 08:57:13 pm »
When you're launching something in Mala, an emulator or bat or whatever, Mala waits for it to close to resume. When you launch a bat, it does it's thing and closes, then Mala wants to resume even though you don't want it to. Have your bat file or ahk script launch your executable and wait for it to close before finishing.

PlayingKarrde

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:February 16, 2021, 05:07:47 pm
Re: MaLa NOT losing focus when launching shortcut
« Reply #2 on: June 08, 2010, 09:58:36 pm »
That makes perfect sense thank you.

How would I go about doing that though? My initial reaction was to put a pause in there, but I think that would just hang around even after the app is closed though wouldn't it?

PlayingKarrde

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:February 16, 2021, 05:07:47 pm
Re: MaLa NOT losing focus when launching shortcut
« Reply #3 on: June 09, 2010, 01:45:07 pm »
OK I found that I just need to do this (for anyone else needing this info)

cmd /c whatever.exe

Thanks for your help :)