Jump to content

_RunDos


andygo
 Share

Recommended Posts

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