Passing parmitors
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts
Page 1 of 1
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
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
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.
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023