crrrazydan
Programmer
Basicly what I want to do is put my downstairs computer on standby (which is networked to my upstairs one) from my upstairs computer. I thought of two ways this might be accomplished. 1: Somehow execute an exe located on the downstairs computer from upstairs, and the exe would be simple like:
Sendkeys "{%}{F4}{Enter}"
-to bring up the shut down screen and press ok
2: My second idea is execute code upstairs that would tell the downstairs computer to shut down, or go on standby.
So if anybody could tell me how to execute an exe across a network, or how to put a computer on stanby (or shut down) across a network, I would be extremely happy.
Sendkeys "{%}{F4}{Enter}"
-to bring up the shut down screen and press ok
2: My second idea is execute code upstairs that would tell the downstairs computer to shut down, or go on standby.
So if anybody could tell me how to execute an exe across a network, or how to put a computer on stanby (or shut down) across a network, I would be extremely happy.