Jump to content

Recommended Posts

Posted

hello,

hope you can help me:

#include <Process.au3>
$rc = _RunDos("start Http://www.autoitscript.com")

does the script continues immediately with the next line or is it like "runwait" that the script pauses

until the _rundos command is finished?

thank you

Posted

hello,

hope you can help me:

#include <Process.au3>
$rc = _RunDos("start Http://www.autoitscript.com")

does the script continues immediately with the next line or is it like "runwait" that the script pauses

until the _rundos command is finished?

thank you

If I'm not mistaken it just runs the command in a hidden dos window so I don't think it will wait. You should test it on what you're doing and you might have to check for other things to tell it if has completed or not.
EndFuncAutoIt is the shiznit. I love it.

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
×
×
  • Create New...