Jump to content

Runwait bug?


Recommended Posts

I think this is a bug, not sure though.

The complications occur when using the following command:

RunWait(@ComSpec & " /c " & $DosCommand, @SW_HIDE)

This command works fine, until i add the @SW_HIDE part. I tested it several times and it worked every single time when I was not using @SW_HIDE. It says: "mapnaam ongeldig" which is dutch for: "Directory is invalid" and: "Unable to execute the external program"

Link to comment
Share on other sites

  • Developers

Please post in support when you are not sure... :)

RunWait(@ComSpec & " /c " & $DosCommand,"", @SW_HIDE)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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