Jump to content

Launching several autoIT scripts


FabFly
 Share

Recommended Posts

Hi all,

I'm using the IE.au3 UDF in my scripts.

But when I'm launching several compiled scripts, IE is crashing.

How can I lauch several compiled scripts using the same UDF ??

Thanks,

FabFly

i've never had a problem with it. are you having each create it's own instance of IE? also, are the scripts each downloading something? the reason that i ask that is because there is a default limit of number of allowable downloads (i think it's 5) and i'm not sure if IE crashes if you force a 6th. i know that the limit is stored in a registry key somewhere, but don't remember where. You'll be able to get better help after posting some of your code... also, you want to make sure you have all of your updates and patches installed for IE
Link to comment
Share on other sites

thats most likely the problem

your compiled scripts probably have the same object name

$oIE = _ObjectCreate()

then the controls are sent to that object... thus many objects with the same name would eventually crash

8)

@Valuater

you're right !!!!

thanks a lot for your help

Thanks to cameronsdad too.

Regards,

FabFly

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...