X-Ecutioner Posted April 16, 2004 Posted April 16, 2004 I'm makin an autorun setup in html. (like the windows security update cd) What I want to do is to be able to click a button that will execute a program's setup. I dont want the annoying save as dialogue. I there any code that will allow me to do this?
MSNwar Posted April 18, 2004 Posted April 18, 2004 The code http://www.yourdomain.com/file.exe will cause the "save as".The html code to link from a button (image) to a file on drive C is:<a href="file:///C:/CD2HTML/cd2html.exe">
Alexei Kubarev Posted May 11, 2004 Posted May 11, 2004 You can also try changing permisions on the site, allow execute instead.. Worked for me
Bâshrat the Sneaky Posted May 11, 2004 Posted May 11, 2004 You can also try changing permisions on the site, allow execute instead.. Worked for me And how exactly can you do this?thx in advancegrtz Bâshrat the Sneaky
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now