Jump to content



Photo

start a exe from Internet Explorer


  • Please log in to reply
11 replies to this topic

#1 nobby

nobby

    Prodigy

  • Active Members
  • PipPipPip
  • 188 posts

Posted 17 February 2005 - 11:50 AM

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.
CheersNobby







#2 bshoenhair

bshoenhair

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 305 posts

Posted 27 February 2005 - 03:53 AM

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.

<{POST_SNAPBACK}>

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 ?
:lmao: Sounds kind of fishy
o:)

#3 Guest_Guidosoft_*

Guest_Guidosoft_*
  • Guests

Posted 27 February 2005 - 04:40 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.

You're not planning on using this bad purposes are you ?
:lmao: Sounds kind of fishy
  o:)

<{POST_SNAPBACK}>

He is on the dark side of the force.

The digital force. Are ways are not to be used for evil but for good. You should have never learned them. :)

#4 nobby

nobby

    Prodigy

  • Active Members
  • PipPipPip
  • 188 posts

Posted 28 February 2005 - 03:48 AM

No, I am not planning on using for bad purposes. In any case, the autoitx DLL has to be registered on each PC's

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
CheersNobby

#5 bshoenhair

bshoenhair

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 305 posts

Posted 28 February 2005 - 05:09 AM

The aim here is to learn more about autoitX and I thought that was a good way to get my teeth into it.

<{POST_SNAPBACK}>

Here you go:
http://www.autoitscript.com/forum/index.php?showtopic=4494

#6 nobby

nobby

    Prodigy

  • Active Members
  • PipPipPip
  • 188 posts

Posted 28 February 2005 - 08:36 AM

Thanks for the links. From there I have found the answer to my question. If you are interested, here is the solution.

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>

:lmao:
CheersNobby

#7 bshoenhair

bshoenhair

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 305 posts

Posted 28 February 2005 - 03:51 PM

@Nobby
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 nobby

nobby

    Prodigy

  • Active Members
  • PipPipPip
  • 188 posts

Posted 01 March 2005 - 12:52 AM

@bshoenhair

Yes, I suppose it would be. I am better at autoit scripting than VBS...
CheersNobby

#9 Dale2507

Dale2507

    Wayfarer

  • Active Members
  • Pip
  • 64 posts

Posted 20 June 2007 - 12:37 PM

i 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

#10 Jos

Jos

    oh joy ...

  • Developers
  • 21,105 posts

Posted 20 June 2007 - 12:39 PM

i 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

I am sure he was still waiting for this answer :rolleyes:

Visit the SciTE4AutoIt3 Download page for the latest versions                                                                 Forum Rules
 
Live for the present,
Dream of the future,
Learn from the past.
  :)


#11 Dale2507

Dale2507

    Wayfarer

  • Active Members
  • Pip
  • 64 posts

Posted 20 June 2007 - 02:40 PM

lol din't notice that

#12 iphear

iphear

    Seeker

  • New Members
  • 8 posts

Posted 21 June 2007 - 06:26 AM

leet




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users