Run a local process

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Guest
Archived from groups: microsoft.public.windowsnt.terminalserver.client (More info?)

How can I get a Terminal Server application run a local process on the
client system?
The reason for this is that the application we wish to run on Terminal
Server requires a biometric authentication (or low level IO on a floppy DES
disk) during specific transactions. Ultimately, this process returns a key;
so the Terminal Server application will need to run the appropriate program
on the client system to generate this. Any help or reference to a resource
would be most appreciated.

Thanks,
Troy
 
Archived from groups: microsoft.public.windowsnt.terminalserver.client (More info?)

This can be done, you would need to use a Virtual Channel to route that
information back to your server application. MSDN describes the APIs
available for TS:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termserv/terminal_services_api.asp

You'd need to implement a client-side plugin dll and the server application
would have to query for the virtual channel.

Cheers,
Drew

--
This posting is provided "AS IS" with no warranties, and confers no rights.
TS FAQ:
http://www.microsoft.com/windows2000/community/centers/terminal/terminal_faq.asp



"Troy Murphy" <thm92630@hotmail.com> wrote in message
news:ep48GySWEHA.2176@TK2MSFTNGP11.phx.gbl...
> How can I get a Terminal Server application run a local process on the
> client system?
> The reason for this is that the application we wish to run on Terminal
> Server requires a biometric authentication (or low level IO on a floppy
DES
> disk) during specific transactions. Ultimately, this process returns a
key;
> so the Terminal Server application will need to run the appropriate
program
> on the client system to generate this. Any help or reference to a
resource
> would be most appreciated.
>
> Thanks,
> Troy
>
>