Link to home
Start Free TrialLog in
Avatar of humantouch
humantouch

asked on

Passing variables from remote desktop session to local machine running the session.

Need to pass variables from a Microsoft Remote Desktop session ( server2003to the OS and applications of the local workstation (2000 or xp) running the remote desktop session.

 The application running on the remote desktop session is a Delphi exe accessing a paradox file.

 We need the remote desktop application to pass data that tells the local desktop what application to open  ( MSWord, MSExcel, Adobe, etc)  and what file to get.

We do not want to install these MS applications on the remote desktop machine.

When the user chooses a record in the remote desktop Delphi application, the local workstation  opens the correct application locally  ( not remote desktop) and loads the correct file.


ASKER CERTIFIED SOLUTION
Avatar of cj_1969
cj_1969
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This isn't something that can be done out of the box, it's going to require some pretty extensive customizing.  This may go a little beyond what I'm able to provide via this forum but let's start with some basics -

1. what user account is being used on the XP client running MSTSC.EXE?
2. what user account is that user logging on to the terminal server as?
   - are they in the same domain/forest?
3. are you permitting the redirection of the client's local drives into the terminal session?
Avatar of humantouch
humantouch

ASKER

cj

Clipboard solution sounds possible, how do we get the local desktop to take over once the clipboard has been loaded with the data?

What is the trigger on the local machine that opens the local app and loads the required file?


mse
not using domain

I see problems trying to run app from local drive from the remote desktom
I can't help you if you don't answer my questions ...
ms -
questions 1, 2 using identical user account as the user account on  the server hosting the remote desktop.

we dont use domain, only work groups.  


question 3. As of now, we do not redirect the local drive to the remote desktop session. Howeve, both local desktop and the remote desktop session have access to the server's drives.

thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you want to go for the clipboard solution you can monitor the clipboard for changes with the SetClipboardViewer API.
Forced accept.

Computer101
EE Admin