Page 1 of 1

wish: fast switch of parameters

Posted: Wed Oct 29, 2008 2:18 pm
by realname
i want to be able switch one button configuration to something else (sometimes esc, sometimes rclick - it does not depend on actual program)
should be general solution like running x-mouse...exe with any command-line parameter (like right:esc)? (it will switch buttom meaning even x-mouse was already running)
(also extension of existing (dialog) parameters like ctrl+right=esc should be enough for me)
nice day

Re: wish: fast switch of parameters

Posted: Wed Oct 29, 2008 2:48 pm
by realname
i made short test with changing of x-mouse registry keys and new run of (already running) x-mouse
but this way it ignores my changes (must close and open again to make it use them)
= this is not way create any .bat for fast params change? (hm, vista has no command-line kill-process tool?)

Re: wish: fast switch of parameters

Posted: Wed Oct 29, 2008 2:53 pm
by realname
sorry, vista has
taskkill /im xmousebuttoncontrol.exe

Re: wish: fast switch of parameters

Posted: Wed Oct 29, 2008 3:15 pm
by realname
anyway my xm.bat (even works ok) never ends

taskkill /im xmousebuttoncontrol.exe
regedit /s c:\xme.ref
call "C:\Program Files\Highresolution Enterprises\X-Mouse Button Control (32bit Version)\XMouseButtonControl.exe"
rem exit

(also with start /b xme....exe)

any idea?