The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: LCDSCREEN on July 27, 2008, 09:35:07 pm

Title: Exit AtomicFE from a game???
Post by: LCDSCREEN on July 27, 2008, 09:35:07 pm
So, right now I have my Mame cabinet booting right into NBA Jam, everything is fine but once I exit the game it goes back to AtomicFE. Id much rather have it just shut down Windows. Im not the kind of guy who likes having a lot of games, I just want the one, so when the game exits to Atomic and theres only one game on the list, it doesn't look so nice. :P So, any help would be nice.

Oh, oh, also, whenever I start the game it asks me to press enter (I have Enter as my Credit button, so its not that big a deal) and Id like to loose that as well. If theres a version of Mame without it, let me know! :)

Thanks in advance, back to NBA Jam.
Title: Re: Exit AtomicFE from a game???
Post by: youki on July 28, 2008, 03:59:29 am
humm... why do you need Atomic , if you run only one game? 

you could do a simple .BAT file that run your game and put it in windows start folder.

anyway, If you want shutdown directly windows when you exit the game using Atomic, it should be possible using "run programe before going back to FE" option (on external command tab)

and putting :  c:\windws\system32\shutdown.exe -s     

as command.

(should works on XP and Win2K , not sure if this command is in standard in win98)
Title: Re: Exit AtomicFE from a game???
Post by: Space Fractal on July 28, 2008, 06:18:02 am
no need to use a frontend to just one game.

First download poweroff from http://users.pandora.be/jbosman/poweroff/poweroff.htm, which I use for poweroff from any windows version (since that command is a bit diffecent from windows version to windows version).

and then as youki said, just write a batch file to do something this and put that into the start folder:

Code: [Select]
c:
c:\mame
mame romname
Poweroff shutdown -notray -nocancel -force

You might want to remove -nocancel. so you have a change to quit to windows instead shutdown winwdows. otherwice you can go into failsafe and remove that, if you need some mainframe.

(I asume you put poweroff.exe to the mame folder).



Title: Re: Exit AtomicFE from a game???
Post by: Teknique on July 28, 2008, 03:58:22 pm
(edited) see youki's example or just type 'esc' into box to get you back to desktop.