PDA

Click to See Complete Forum and Search --> : Run Application on a Remote Computer


amyn_d
May 6th, 2002, 02:04 AM
I am connected in a Network and want to connect a recently transfered Winsock application on another PC. I have no other programs running on that PC.

Please do let me know as it is a bit urgent.
Thanx

ChiefRB
May 6th, 2002, 11:30 AM
If the Winsock application is running and listening on a port, you need to know the name or IP address of that computer, and what port its listening on. Then you can connect to it.

You can't really run it remotely if its not running already.