DOS Window

Get answers to questions about using mGalaxy.
Post Reply
BlackSun
Newbie
Newbie
Posts: 3
Joined: Sat Dec 19, 2015 7:33 am

Hi,

I've searched the forums but didn't find anything related to the hiding of the DOS windows that is shown every time a rom is launched. Also, another DOS window appears when quitting from a rom. Is there any option to hide or to minimise those windows? Thanks.
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

On wich one emulator ?
If it's for mame can you give the mame and mgalaxy version, pls, because I don't have this problem ATM.

Somes tips here > http://www.mgalaxy.com/forum/index.php?topic=15.0
BlackSun
Newbie
Newbie
Posts: 3
Joined: Sat Dec 19, 2015 7:33 am

Yes, it is mame (forgot to mention). I'm currently using 0.167 (and mGalaxy 5.5), but tested several versions of mame and it happens in all of them. On a fast computer you almost don't see it, but on a pentium IV the DOS window is annoying.

As far as I understand the DOS window is related with the way mGalaxy launches the games, as mentioned in the link you have provided.

Thanks for the help.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Hi BlackSun,

You're right, there's no option to hide the DOS window!
This functionality is present in the new mGalaxy version (as you can see in this code extract from the systems.xml file)

Code: Select all

<System type="Arcade">
	<Name tgdb="Arcade" gb="84|ARC">Multi-system [MAME]</Name>
	<Emu selected="0">
		<Cmd id="0" hidden="true" name="MAME" value="-rompath "%path" %file%ext -volume -%volume(32,0) -skip_gameinfo -nowindow"/>
	</Emu>
	<Extensions>.zip,.7z,.chd</Extensions>
</System>
You now have a 'hidden' parameter to hide the launching process for SOME application (because some (rare) others don't like it)
So, sorry, you'll have to wait for the next mGalaxy version release! Thanks
BlackSun
Newbie
Newbie
Posts: 3
Joined: Sat Dec 19, 2015 7:33 am

Thanks for the explanation.

Great news! Hope you release the next version soon ;)
Post Reply