Page 1 of 1

Is there an elegant way to exit Presenter?

Posted: 17 Mar 2015, 22:58
by robertwinter
Can Presenter be quit in a more elegant way than killing it in Task Manager? Can it be done via Remoting or some key sequence?

Re: Is there an elegant way to exit Presenter?

Posted: 18 Mar 2015, 00:18
by chriss0212
like in most windows apps alt+f4 should work ;)

Re: Is there an elegant way to exit Presenter?

Posted: 18 Mar 2015, 07:56
by lerou
Alt-F4 works perfectly fine!

But... You can also use VMS to kill Ventuz. That's what the Config Editor does. That way you can put an exit button into your presentation :D

I've built such a kill button once. It even has a safety so it won't kill your designer ;)

cheers,
rou

Re: Is there an elegant way to exit Presenter?

Posted: 18 Mar 2015, 10:29
by florian
You could use the command lines options

Code: Select all

VentuzPresenter.exe -kill
http://www.ventuz.com/support/help/late ... tions.html

Re: Is there an elegant way to exit Presenter?

Posted: 18 Mar 2015, 10:41
by lerou
florian wrote:You could use the command lines options

Code: Select all

VentuzPresenter.exe -kill
l
That will kill running Ventuz instances when starting a new one - but not just kill the running one and return to the desktop.

cheers,
rou

Re: Is there an elegant way to exit Presenter?

Posted: 18 Mar 2015, 10:44
by florian
ok, my bad !

Re: Is there an elegant way to exit Presenter?

Posted: 18 Mar 2015, 10:47
by lerou
florian wrote:ok, my bad !
Still a good hint if someone starts a VPR via a batch file and needs to make sure, any running instance is killed first.

cheers,
rou