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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to fire an application from a server on a user's pc

Status
Not open for further replies.

dorisr1

Programmer
May 20, 2008
3
CA

Hi all,
I'm looking for a way to check from a server in a user's pc if an application named example << word.exe>> is install and if so execute the application on the user's pc...

I'm new to this, can anyone help me ?

Thanks
Doris
 
Are you trying to have a program execute locally from a remote host? Or are you trying to have a program that is not installed on one computer execute from source files on a local machine? (ie Office not installed on a server machine and you want to run Word that is installed on a remote machine). If this is the case, it is not possible. If you are trying to check if Word is installed on the remote machine from the server and have it run on the remote machine, you can do this via a script. Check
 
Really need more information on what your end goal is, Since Windows 2000 SP2, you cannot run a remote process and have it be interactive. For example you used to be able to do exactly what you are asking and have the user currently logged on see that window. Since Windows 2000 SP2 the process runs remotely but in a different session.

You can still accomplish your goal however using PSEXEC.


I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top