I have a program on a Windows machine that I VNC into. It is a normal Window's program with a GUI written in Delphi. After I VNC into the machine, I can select the program and hit Alt+S and then F to execute the command I want.

So, is there a simple way to send a command to this machine?

link|improve this question
feedback

1 Answer

If you VNC to the machine, you can look at Sysinternal's Psexec. It's a command line exe that allows you to send and capture output of remotely executed commands.

link|improve this answer
Thanks! I didn't know that. – Joe Nov 22 '11 at 18:52
Yeah, it's great how you can capture the output of programs to your remote workstation. – surfasb Nov 28 '11 at 15:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.