The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: ardarvin on November 28, 2006, 11:51:57 pm

Title: Can AtomicFE launch an app on exit?
Post by: ardarvin on November 28, 2006, 11:51:57 pm
I'd like to setup AtomicFE to replace explorer.exe (as shown in wiki), but can't seem to find if AtomicFE has the option to start up explorer.exe once it exits.
Title: Re: Can AtomicFE launch an app on exit?
Post by: youki on November 29, 2006, 03:35:33 am
Hi,

There is no special option to run explorer when you exit from Atomic.

I don't see really the interrest to do what you want?  For me, the interrest of using AtomicFE as shell is : you want hide totally windows and dedicated your PC to arcade.  So when you use AtomicFE as shell, you should use the "shutdown on exit" option too.   

Now, if you need the explorer for some maintenance , you can press F11 key while in Atomic to run explorer and Regedit.

But in the case you really want run explorer on Atomic Exit.   You can do that way :

To run Atomic as shell , you need a batch file.  as explained in that thread  on the Atomic support forums:

http://spaceinvaders.7.forumer.com/viewtopic.php?t=223&highlight=shell

To do what you want then just add at the end of the BAT file :

explorer.exe


So when Atomic will exit , it will run  explorer.exe .  (assuming you did not check the "shutdown on exit" option.

I hope it helps.