Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Hoagie_one on June 20, 2003, 02:22:27 pm

Title: How to make windows shut down after an exit
Post by: Hoagie_one on June 20, 2003, 02:22:27 pm
Lets say im using a front end and i exit.  Is thre a way to have the FE automatically run a windows shut down script?

how woudl i so this?

do any FE's already do this?
Title: Re:How to make windows shut down after an exit
Post by: Syxx on June 20, 2003, 02:55:36 pm
Lets say im using a front end and i exit.  Is thre a way to have the FE automatically run a windows shut down script?

how woudl i so this?

do any FE's already do this?

Get MAMEWAH, best FE there is, i use it with over 9 EMUs and can even play PC games that dont need keyboard and launch DivX and VCDs from it.

Oh ya and one of the options when exiting is shutdown, or even restart.

check it out. its awesome and i bet the next release will be even cooler.
Title: Re:How to make windows shut down after an exit
Post by: Hoagie_one on June 20, 2003, 03:16:18 pm
I want it to have to shut down on exit.  I dont want a choice in the matter at all.  Is that possible
Title: Re:How to make windows shut down after an exit
Post by: Syxx on June 20, 2003, 05:47:03 pm
well its not really a hassle all you do it bring up the menu and pick shutdown, its in the same place you would go to exit the frontend so its not difficult to reach.
Title: Re:How to make windows shut down after an exit
Post by: Hoagie_one on June 20, 2003, 06:04:53 pm
I just want it to be mandatory.  
Title: Re:How to make windows shut down after an exit
Post by: )p( on June 20, 2003, 06:14:21 pm
Lets say im using a front end and i exit.  Is thre a way to have the FE automatically run a windows shut down script?

how woudl i so this?

do any FE's already do this?

severeal fe's do this...mine does (exitcomp|true| in cfg\fe.cfg)...dk does...probably more...

you could also use a batch file that launches the fe and the when the fe exits launchers one off those small programs that exit windows...you could also use autoit to make your own...http://www.hiddensoft.com/AutoIt/

peter
Title: Re:How to make windows shut down after an exit
Post by: Malachai on June 23, 2003, 11:06:13 am
This should help.  Just start you FE in a .bat file and add the shutdown command after it.  Here's a link to some usefull Win commands: http://www.robvanderwoude.com/shutdown.html

Hope that helps.  It works for me.