start a exe from Internet Explorer
#1
Posted 17 February 2005 - 11:50 AM
There is a nice util called launchinIE which does just that: Whirlywiryweb
Could you help me with the use of autoitX as well as the scripting necessary in the HTML side of things.
I know I am asking a lot, but any help is appreciated.
#2
Posted 27 February 2005 - 03:53 AM
Not sure why autoitX is needed for what you are asking. All the HTML examples are noted on the link you provided, just download the "Launch-in-IE" DLL then follow the instructions noted. Seems pretty simple.I am trying to create a local page that can be used to launch applications avoiding the prompting to save the exe.
There is a nice util called launchinIE which does just that: Whirlywiryweb
Could you help me with the use of autoitX as well as the scripting necessary in the HTML side of things.
I know I am asking a lot, but any help is appreciated.
You're not planning on using this bad purposes are you ?
#3
Guest_Guidosoft_*
Posted 27 February 2005 - 04:40 AM
He is on the dark side of the force.Not sure why autoitX is needed for what you are asking. All the HTML examples are noted on the link you provided, just download the "Launch-in-IE" DLL then follow the instructions noted. Seems pretty simple.
You're not planning on using this bad purposes are you ?Sounds kind of fishy
The digital force. Are ways are not to be used for evil but for good. You should have never learned them.
#4
Posted 28 February 2005 - 03:48 AM
Yes, I am already using LaunchinIE to achieve what I want, which is running Internet Explorer in kiosk mode as the shell and have hyperlinks to applications.
The aim here is to learn more about autoitX and I thought that was a good way to get my teeth into it.
Thanks for the replies
#5
Posted 28 February 2005 - 05:09 AM
Here you go:The aim here is to learn more about autoitX and I thought that was a good way to get my teeth into it.
http://www.autoitscript.com/forum/index.php?showtopic=4494
#6
Posted 28 February 2005 - 08:36 AM
First of course register the AutoItX3.dll
And here is the HTML code:
<HTML> <HEAD> </HEAD> <BODY> <input type="BUTTON" name="Exec1" value="Notepad" language="vbs" onclick="notepad"> <script language="vbs"> Sub notepad Dim oAutoIt Set oAutoIt = CreateObject("AutoItX3.Control") oAutoit.run "Notepad.exe", "", oAutoIt.SW_MAXIMIZE End Sub </SCRIPT> </BODY></HTML>
#7
Posted 28 February 2005 - 03:51 PM
Since you use: script language="vbs" in your HTML
Wouldn't it be easier to use Vbscript to run Notepad then you would not have to worry about registering or installing AutoItX ?
#8
Posted 01 March 2005 - 12:52 AM
Yes, I suppose it would be. I am better at autoit scripting than VBS...
#9
Posted 20 June 2007 - 12:37 PM
if you are wanting autoit to open a program with administrators rights (if required) on vista, you have to use the shellexecute function
#10
Posted 20 June 2007 - 12:39 PM
I am sure he was still waiting for this answeri don't think this is possible
if you are wanting autoit to open a program with administrators rights (if required) on vista, you have to use the shellexecute function
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
#12
Posted 21 June 2007 - 06:26 AM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




