Convert .exe to .html Is there any such software?? I know it ca.

H

Haaavvit

I'm trying to upload an application (.exe) to my web site but it seems they
have to download the program to use it. Is there a way of converting it to
html so they can use it directly from the site and not downloading? I have
been searching for hours now and can't find a thing.

Many thanks in anticipation
 
M

Murray

You want to convert a binary file with machine executable commands into a
website?

My mind boggles at the notion. I am sure that no such thing can be done,
which would probably explain why your search has been unsuccessful.

Maybe you could say what it is you are really trying to do - there could be
an alternate method.
 
M

Mike Mueller

We will start with no.

It is possible to recode an application to be a web
application



Haaavvit wrote:
: I'm trying to upload an application (.exe) to my web site
: but it seems they have to download the program to use it.
: Is there a way of converting it to html so they can use
: it directly from the site and not downloading? I have
: been searching for hours now and can't find a thing.
:
: Many thanks in anticipation
 
S

Steve Easton

It "might" be able to be done this way:

Create a trusted Html Application file .hta

Write the code in VB Script and run it inside the .hta file.

The users will have to click OK to open the file and run it when they click the link to it.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top