Page 1 of 1

Passing parmitors

Posted: Sun Dec 16, 2012 1:01 pm
by muttley1968
hello i have a cmd applications hosted on a server that is conected locally to my computer and i want to know
is it possible to make a program that can run on any computer conected to that server and pass info from that
computer to the server so for example


_____________________________
| |
| |
| |
| |
| so i type hello here |
| |
| |
| |
| |
| |
| |
_____________________________

it then goes through the network to the server room
were a terminal is running and enters this


_____________________________
| |
| |
| |
| |
| hello here |
| |
| |
| |
| |
| |
| |
_____________________________

i know all the paths and process names

Re: Passing parmitors

Posted: Sun Dec 16, 2012 3:11 pm
by mandai
There are a few ways to remotely control/view the console window. You could make a server program to send keys to the window and send screenshots to the clients. The server program would need to run on the same machine as the console.

Re: Passing parmitors

Posted: Sun Dec 16, 2012 7:10 pm
by visualtech
use UDP
look here for more details:
http://www.codeproject.com/Articles/106 ... nts-for-NE