Kbase P24836: How to get a session on UNIX to interact with the OS of a Wi
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/05/2003 |
|
Status: Unverified
GOAL:
How to get a session on UNIX to interact with the OS of a Windows client ?
FIX:
- Use a socket-server program on the windows client that can perform the required actions (such as starting other programs).
- Use socket client code (4GL Socket Object from 9.1D onward, or external procedure) in your application on Unix to pass the appropriate commands to the socket server on the Windows machine.
- Determine at OS level which terminal connection has which IP address in order to send the correct instructions to the correct client