Re: Sending "Right Alt + Shift" From a batch file
- From: savvaschr@xxxxxxxxxxxxxxxx
- Date: 6 Sep 2005 02:19:14 -0700
Hi again
ok i solve the problem
instead of sending
Send("{RALT down}")
Send("{RSHIFT}")
Send("{RALT Up}")
Send("{Enter}")
I send
Send("{RALT down}")
Send("{RSHIFT down}")
Send("{RSHIFT up}")
Send("{RALT up}")
Send("{Enter}")
but i have some racing-timing problems whitch i solve with a small
vb.net
application that has timers and call the .exe files when needed with a
delay of half a sec .. and this works just fine
Thanks a lot
Savvas
.
- Follow-Ups:
- Re: Sending "Right Alt + Shift" From a batch file
- From: Torgeir Bakken \(MVP\)
- Re: Sending "Right Alt + Shift" From a batch file
- References:
- Sending "Right Alt + Shift" From a batch file
- From: savvaschr
- Re: Sending "Right Alt + Shift" From a batch file
- From: Torgeir Bakken \(MVP\)
- Re: Sending "Right Alt + Shift" From a batch file
- From: savvaschr
- Re: Sending "Right Alt + Shift" From a batch file
- From: Torgeir Bakken \(MVP\)
- Re: Sending "Right Alt + Shift" From a batch file
- From: savvaschr
- Sending "Right Alt + Shift" From a batch file
- Prev by Date: Upgrade from 98
- Next by Date: Re: Upgrade from 98
- Previous by thread: Re: Sending "Right Alt + Shift" From a batch file
- Next by thread: Re: Sending "Right Alt + Shift" From a batch file
- Index(es):
Relevant Pages
|