Azazel Posted September 28, 2004 Share Posted September 28, 2004 Does it possible to kill a InetGet instruction during connection or downloading. Sometime my script block in InetGet function for a long time when the connexion can't be etablish with the server. :"> I woul'd like to kill it after 10s for exemple Any idea ? Thanks Aza Link to comment Share on other sites More sharing options...
this-is-me Posted September 28, 2004 Share Posted September 28, 2004 Use the background option of inetget and the @InetGetActive macro. You still can't kill the inetget, but you can continue in the script with no problems. Who else would I be? Link to comment Share on other sites More sharing options...
SlimShady Posted September 28, 2004 Share Posted September 28, 2004 I think there should be a timeout parameter or the ability to stop AutoIt from downloading. Link to comment Share on other sites More sharing options...
Azazel Posted September 28, 2004 Author Share Posted September 28, 2004 Use the background option of inetget and the @InetGetActive macro. You still can't kill the inetget, but you can continue in the script with no problems.Thanks this-is-me, but there is a little problem I must make 3 inetget in following (checking files to internet for update)And if you make a second request 'inetget' while the first one still running, the second and the tirth goes down Sorry for my bad english, but i hope you understand my questionI think a @stop or something like that, could be useful Link to comment Share on other sites More sharing options...
this-is-me Posted September 28, 2004 Share Posted September 28, 2004 I see your point. Looks like a job for .... SUPERJON!!! No, Actually he will probably have to make that change. Who else would I be? Link to comment Share on other sites More sharing options...
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