View Full Version : HTML Coding Question
Does anyone here know how to write an .exe that will launch in HTML. The coding would need to be able to work in multiple browsers.
Thanks for any help.
Does it have to be an .exe?
Are you trying to execute a program on your server or the host computer?
Or can you make it a javascript or vbscript? That is usually compatable with most browsers.
Originally posted by SRF01
Does it have to be an .exe?
Are you trying to execute a program on your server or the host computer?
Or can you make it a javascript or vbscript? That is usually compatable with most browsers.
yes the person i am asking this question for needs it to be an .exe
Does he want the .exe to run from his server or download the .exe to the other computer and run it from there?
You can do it using Perl or cgi but i'd have to look it up and know how and where from youwant it to run.
Originally posted by SRF01
Does he want the .exe to run from his server or download the .exe to the other computer and run it from there?
You can do it using Perl or cgi but i'd have to look it up and know how and where from youwant it to run.
my understanding is he is creating a project and burning it onto a CD, and he wants to write code that will allow for that CD to start up when the CD is put into the drive.
This might be what you need
autorun (http://support.microsoft.com/default.aspx?scid=kb;EN-US;q172078)
This should allow a Program to Run on insertion of a cd
if the link dose not work search for Autorun in the Microsoft search site http://support.microsoft.com/
Hope this helps
Tryn
Originally posted by Tryn
This might be what you need
autorun (http://support.microsoft.com/default.aspx?scid=kb;EN-US;q172078)
This should allow a Program to Run on insertion of a cd
if the link dose not work search for Autorun in the Microsoft search site http://support.microsoft.com/
Hope this helps
Tryn
thanks tryn. ill send him this link and let you know :)
Powered by vBulletin® Version 4.2.4 Copyright © 2022 vBulletin Solutions, Inc. All rights reserved.