954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to Automatically run an exe

Howdy, my name is Jeremy. I'm a noob, I'll tell you that upfront. I know a very small amount of html, and I'm sure this can be done. I need it so that when a user clicks a link it will run an executable, instead of requiring them to download it. I plan on putting it on an InvisionFree board help site for computer management for my VB high school final. (yes, I'm already thinking of it) any advice would be greatly appriciated. A step by step walk through would be even more appriciated. Thanks in advance.

:)

mousecat4
Newbie Poster
3 posts since Feb 2007
Reputation Points: 10
Solved Threads: 0
 

You can't do that. It is a security risk and no browser will allow it. The best you can do is hope they select execute when the dialog box appears in their browser IF one does appear at all.

stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

You can run an executable on the server machine; but not on the client's machine.

VB probably isn't so common as a serverside application language; but hey, it could work.

MattEvans
Veteran Poster
Moderator
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
 

.
.
.
.
.
A computer can't run any code until the code actually exists on that computer's hard disk. That's what the download does.

The ability of a computer to control another computer in this manner is the way viruses spread. Operating systems should have never been made in such a way to allow this in any way.

MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You