Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
scripts
hosting
jscript
remote
scripting.wsh
scriptlets
vbscript
virus.discussion
  
 
date: Fri, 04 Jul 2008 11:57:25 -0700,    group: microsoft.public.scripting.wsh        back       


Need left handed mouse script   
Hi All,

     I have lots of left handed customers running their
mice as left handers.  They have no problem with it.

     One particular customer with XP-Pro-SP2 can not
seem to keep it in left handed operation.  He is
using the stock mouse drivers.  I switch it over
to left handed operation.  Two weeks later, he is
complaining it is back to right handed operation.
(He is not smart enough to do it himself.)

     Is there something I can put in start up that will
automatically program it back?

Many thanks,
-T
date: Fri, 04 Jul 2008 11:57:25 -0700   author:   ToddAndMargo

Re: Need left handed mouse script   
"ToddAndMargo"  wrote in message 
news:u0$cNfg3IHA.2064@TK2MSFTNGP02.phx.gbl...
> Hi All,
>
>     I have lots of left handed customers running their
> mice as left handers.  They have no problem with it.
>
>     One particular customer with XP-Pro-SP2 can not
> seem to keep it in left handed operation.  He is
> using the stock mouse drivers.  I switch it over
> to left handed operation.  Two weeks later, he is
> complaining it is back to right handed operation.
> (He is not smart enough to do it himself.)

This is something I consider the responsibility of the user, as it is, 
logically, a change to his profile to be done using his credentials. With 
users like this, we typically show them how a couple of times, asking them 
to take notes so they can do it for themselves.

/Al

>     Is there something I can put in start up that will
> automatically program it back?
>
> Many thanks,
> -T
date: Fri, 4 Jul 2008 22:33:56 -0600   author:   Al Dunbar aam

Re: Need left handed mouse script   
Al Dunbar wrote:

> This is something I consider the responsibility of the user, as it is, 
> logically, a change to his profile to be done using his credentials. With 
> users like this, we typically show them how a couple of times, asking them 
> to take notes so they can do it for themselves.
> 
> /Al

The user has medical problems, which I won't list, that actually
make it beyond both his physical and mental abilities.  Just
trust me on this one.  He is not changing his mouse profile
on his own -- he can not.

Do you know of a way to automated this?

-T
date: Sat, 05 Jul 2008 10:43:52 -0700   author:   ToddAndMargo

Re: Need left handed mouse script   
Al Dunbar wrote:

> This is something I consider the responsibility of the user, as it is, 
> logically, a change to his profile to be done using his credentials. With 
> users like this, we typically show them how a couple of times, asking them 
> to take notes so they can do it for themselves.
> 
> /Al

The user has medical problems, which I won't list, that actually
make it beyond both his physical and mental abilities.  Just
trust me on this one.  He is not changing his mouse profile
on his own -- he can not.

Do you know of a way to automated this?

-T
date: Sat, 05 Jul 2008 10:44:09 -0700   author:   ToddAndMargo

Re: Need left handed mouse script   
"ToddAndMargo"  wrote in message 
news:486FB2D8.8090800@invalid.com...
> Al Dunbar wrote:
>
>> This is something I consider the responsibility of the user, as it is, 
>> logically, a change to his profile to be done using his credentials. With 
>> users like this, we typically show them how a couple of times, asking 
>> them to take notes so they can do it for themselves.
>>
>> /Al
>
> The user has medical problems, which I won't list, that actually
> make it beyond both his physical and mental abilities.  Just
> trust me on this one.  He is not changing his mouse profile
> on his own -- he can not.
>
> Do you know of a way to automated this?
>
> -T

Insert the following command into his logon script:
Rundll32 User32.dll,SwapMouseButton
This will reverse the mouse button actions. To restore
the normal mode, use the Control Panel.
date: Sat, 5 Jul 2008 22:22:04 +0200   author:   Pegasus \(MVP\)

Re: Need left handed mouse script   
Pegasus (MVP) wrote:
> "ToddAndMargo"  wrote in message 
> news:486FB2D8.8090800@invalid.com...
>> Al Dunbar wrote:
>>
>>> This is something I consider the responsibility of the user, as it is, 
>>> logically, a change to his profile to be done using his credentials. With 
>>> users like this, we typically show them how a couple of times, asking 
>>> them to take notes so they can do it for themselves.
>>>
>>> /Al
>> The user has medical problems, which I won't list, that actually
>> make it beyond both his physical and mental abilities.  Just
>> trust me on this one.  He is not changing his mouse profile
>> on his own -- he can not.
>>
>> Do you know of a way to automated this?
>>
>> -T
> 
> Insert the following command into his logon script:
> Rundll32 "
> This will reverse the mouse button actions. To restore
> the normal mode, use the Control Panel. 

Thank you!

does "SwapMouseButton" toggle or does it always switch
to left hand mode?

Many thanks,
-T
date: Sat, 05 Jul 2008 15:39:43 -0700   author:   ToddAndMargo

Re: Need left handed mouse script   
"ToddAndMargo"  wrote in message 
news:%23$QxFAv3IHA.5088@TK2MSFTNGP03.phx.gbl...
> Pegasus (MVP) wrote:
>> "ToddAndMargo"  wrote in message 
>> news:486FB2D8.8090800@invalid.com...
>>> Al Dunbar wrote:
>>>
>>>> This is something I consider the responsibility of the user, as it is, 
>>>> logically, a change to his profile to be done using his credentials. 
>>>> With users like this, we typically show them how a couple of times, 
>>>> asking them to take notes so they can do it for themselves.
>>>>
>>>> /Al
>>> The user has medical problems, which I won't list, that actually
>>> make it beyond both his physical and mental abilities.  Just
>>> trust me on this one.  He is not changing his mouse profile
>>> on his own -- he can not.
>>>
>>> Do you know of a way to automated this?
>>>
>>> -T
>>
>> Insert the following command into his logon script:
>> Rundll32 "
>> This will reverse the mouse button actions. To restore
>> the normal mode, use the Control Panel.
>
> Thank you!
>
> does "SwapMouseButton" toggle or does it always switch
> to left hand mode?
>
> Many thanks,
> -T

As I said: "To restore the normal mode, use the Control Panel."
date: Sun, 6 Jul 2008 00:52:04 +0200   author:   Pegasus \(MVP\)

Re: Need left handed mouse script   
Pegasus (MVP) wrote:
> "ToddAndMargo"  wrote in message 
> news:%23$QxFAv3IHA.5088@TK2MSFTNGP03.phx.gbl...
>> Pegasus (MVP) wrote:
>>> "ToddAndMargo"  wrote in message 
>>> news:486FB2D8.8090800@invalid.com...
>>>> Al Dunbar wrote:
>>>>
>>>>> This is something I consider the responsibility of the user, as it is, 
>>>>> logically, a change to his profile to be done using his credentials. 
>>>>> With users like this, we typically show them how a couple of times, 
>>>>> asking them to take notes so they can do it for themselves.
>>>>>
>>>>> /Al
>>>> The user has medical problems, which I won't list, that actually
>>>> make it beyond both his physical and mental abilities.  Just
>>>> trust me on this one.  He is not changing his mouse profile
>>>> on his own -- he can not.
>>>>
>>>> Do you know of a way to automated this?
>>>>
>>>> -T
>>> Insert the following command into his logon script:
>>> Rundll32 "
>>> This will reverse the mouse button actions. To restore
>>> the normal mode, use the Control Panel.
>> Thank you!
>>
>> does "SwapMouseButton" toggle or does it always switch
>> to left hand mode?
>>
>> Many thanks,
>> -T
> 
> As I said: "To restore the normal mode, use the Control Panel." 

Cool.  Thank you!  :-)
-T
date: Sat, 05 Jul 2008 16:47:07 -0700   author:   ToddAndMargo

RE: Need left handed mouse script   
Go to http://members.jcom.home.ne.jp/mtpsoft/swapmousebuttons/ for a freeware 
script that is small and efficent always loads on start up.  I have been 
using it for a year and have no complaints so far.  

Also go to http://www.tucows.com/preview/343118 for left-handed cursors.
-- 
"For God so loves the world that he gave his one and only Son so that 
whoever believes in him shall not perish but have eternal life." (John 3:16)


"ToddAndMargo" wrote:

> Hi All,
> 
>      I have lots of left handed customers running their
> mice as left handers.  They have no problem with it.
> 
>      One particular customer with XP-Pro-SP2 can not
> seem to keep it in left handed operation.  He is
> using the stock mouse drivers.  I switch it over
> to left handed operation.  Two weeks later, he is
> complaining it is back to right handed operation.
> (He is not smart enough to do it himself.)
> 
>      Is there something I can put in start up that will
> automatically program it back?
> 
> Many thanks,
> -T
>
date: Wed, 9 Jul 2008 11:07:01 -0700   author:   REAGANconservative

Re: Need left handed mouse script   
"REAGANconservative"  wrote in
message news:FAA1A6C2-A835-4826-A580-BB290619E9A1@microsoft.com...
>
> "For God so loves the world that he gave his one and only Son so that
> whoever believes in him shall not perish but have eternal life." (John
3:16)

Thanks for the commercial. Have you considered that this is a technical
newsgroup and that many people might not appreciate this inappropriate
trailer? How would you feel if posters concluded their replies with a
phrase of praise to Allah, Buddah or Zeus?
date: Thu, 10 Jul 2008 07:31:41 +1000   author:   Monitor

Re: Need left handed mouse script   
"Monitor"  wrote in message 
news:OXJMwsg4IHA.4916@TK2MSFTNGP06.phx.gbl...
>
> "REAGANconservative"  wrote 
> in
> message news:FAA1A6C2-A835-4826-A580-BB290619E9A1@microsoft.com...
>>
>> "For God so loves the world that he gave his one and only Son so that
>> whoever believes in him shall not perish but have eternal life." (John
> 3:16)
>
> Thanks for the commercial. Have you considered that this is a technical
> newsgroup and that many people might not appreciate this inappropriate
> trailer? How would you feel if posters concluded their replies with a
> phrase of praise to Allah, Buddah or Zeus?

Hey, it's just a tagline - no worse than others I have seen, and just as 
easily ignored if the mood strikes you.

/Al
date: Wed, 9 Jul 2008 18:01:53 -0600   author:   Al Dunbar aam

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us