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

http: //setup_tractors.exe

Status
Not open for further replies.
Oct 21, 2006
20
0
0
US
hello,

I am not sure how one connects a setup_tractors.exe to my other web pages. The exe is built in foxpro and it is a stand alone .exe.

I am not too acquainted with the http:// coding/


Charles mac

wnscc@wnscc.org
 
I am unsure what you're asking. How would you like to "connect" your executable and where?

___________________________________________________________
[small]Do something about world cancer today: PACT[/small]
 
Code:
<a href="setup-tractors.exe">      
    <a href="[URL unfurl="true"]http://www.machines.com/farms/setup_tractors.exe">[/URL]

Either one will prompt the browser to download the file to the client machine. It can then be executed.

But you can't actually execute a program on a website. thats not the way the web works.

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
O.k then it would something like this:

Code:
<a href="setup-tractors.exe">[red]Download setup.exe</a>[/red]
    <a href="[URL unfurl="true"]http://www.machines.com/farms/setup_tractors.exe">[/URL][red]Downlaod Setup.exe</a>[/red]

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top