Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sever application to execute a file on local client disk.

Status
Not open for further replies.

andybil

Programmer
Jul 26, 2001
3
GB
Can anyone suggest a method for achieving the following. I am a developer in the UK, using a client server development environment called Seachange (if you live outside the UK you won't have heard of it, if you live in the UK you probably still won't have heard of it!)

I am working on a client server development at the moment. The server is a SCO unix box, the clients Win98. All the processing is done on the server. What I need is the ability to have a user click on a button which will kick of the following processing:
set an environment variable on the client machine.
run a dos batch file on the client machine.

I know the final sollution will be language specific, but I am after some high level advice here.

At the moment I don't know if this is possible - though I expect it is. Does the answer lie in COM??

Any thoughts suggestions gratefully received.

Andy Bill
Brighton, UK
 
In COM you could UnlockServer and/or Release, but there is no warranty what user will be kicked. Also if there is an exe(I don't know if it makes sence for UNIX) you can simply kill its process. But in my opinioon more simple is to close directly the TCP/IP connection. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top