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!

Execute .exe on the Client Side???

Status
Not open for further replies.

MnM

Programmer
Nov 1, 2000
47
US
I was wondering if there is anyway to execute a .exe from the client side. I can do it on the server side but would really like to have it execute on the client side. From things I've read this cannot be done, but I thought I would take a chance and post this question.
 
Look at the WScript.Shell object.

set wshell=createObject:)WShell.Shell")
wshell.run( <command> )
br
Gerard
(-:

Better a known bug then a new release.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top