Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Restart eventghost with eventghost

If you have a question or need help, this is the place to be.
Post Reply
kalinkamaen
Experienced User
Posts: 138
Joined: Wed Dec 26, 2012 9:23 am

Restart eventghost with eventghost

Post by kalinkamaen »

Hello, is there away to restart eventghost with eventghost?
Same way you can restart computer with eventghost?
Phil
Experienced User
Posts: 111
Joined: Tue Apr 15, 2014 10:42 am
Location: Merseyside, UK

Re: Restart eventghost with eventghost

Post by Phil »

Hi,
You could look at using a batch file with something like this

taskkill /IM eventghost.exe
ping 127.0.0.1
"c:\program files (x86)\eventghost\eventghost.exe"

Launch the batch file from eg. The ping is there to give a pause between ending eg and starting it.

You would need to ensure that eg profile was saved or else it would prompt to save. I may also have issues if eg is minimised, but have a play
Sem;colon
Plugin Developer
Posts: 625
Joined: Sat Feb 18, 2012 10:51 am
Location: Germany

Re: Restart eventghost with eventghost

Post by Sem;colon »

Take a look at the EG control plugin, it has an action to restart EventGhost
If you like my work, Image me a drink :wink:
kalinkamaen
Experienced User
Posts: 138
Joined: Wed Dec 26, 2012 9:23 am

Re: Restart eventghost with eventghost

Post by kalinkamaen »

Thank you both. I found the plugin. You can also save in this plugin.

http://www.eventghost.org/forum/viewtop ... f231a9dcee
bskchaos
Experienced User
Posts: 56
Joined: Tue Mar 25, 2008 3:04 pm

Re: Restart eventghost with eventghost

Post by bskchaos »

Code: Select all

taskkill /IM eventghost.exe
timeout /t  5
"c:\program files (x86)\eventghost\eventghost.exe"
Post Reply