Hello, is there away to restart eventghost with eventghost?
Same way you can restart computer with eventghost?
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.
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
-
kalinkamaen
- Experienced User
- Posts: 138
- Joined: Wed Dec 26, 2012 9:23 am
Re: Restart eventghost with eventghost
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
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
Re: Restart eventghost with eventghost
Take a look at the EG control plugin, it has an action to restart EventGhost
-
kalinkamaen
- Experienced User
- Posts: 138
- Joined: Wed Dec 26, 2012 9:23 am
Re: Restart eventghost with eventghost
Thank you both. I found the plugin. You can also save in this plugin.
http://www.eventghost.org/forum/viewtop ... f231a9dcee
http://www.eventghost.org/forum/viewtop ... f231a9dcee
Re: Restart eventghost with eventghost
Code: Select all
taskkill /IM eventghost.exe
timeout /t 5
"c:\program files (x86)\eventghost\eventghost.exe"