Keypress across network

  • Thread starter Thread starter Larry L
  • Start date Start date
L

Larry L

Is it possible to "press a function key" on another computer on a network
from some other computer on that network? Can it be done simultaneously on
several?

Thanks much,
Larry L
 
If you can find the program that will emulate pressing a key locally, then
you can use psexec, which is part of PSTools and available from
www.sysinternals.com, to execute that program remotely.

Regards

Oli
 
Oli,

Thanks much. If I find or create a prog to press the key on each machine,
can I somehow use psexec to execute it on all 4 at once?

Larry L
 
You can create a batch file which calls each one in sequence. It won't be
quite "at once", but perhaps near enough for your needs.
 
Back
Top