Jump to content

RunWait syntax


Briandr
 Share

Recommended Posts

Hi,

Not sure if my syntax is right and only saw I thought one example using Dism. Can someone tell me if this is correct or wrong?

$retval = RunWait(@ScriptDir & @COMSPEC & "Dism /online /enable-feature:TabletPCOC /norestart", @ScriptDir)

 

Thanks.

Link to comment
Share on other sites

  • Developers

I assume you know it is wrong as you tested this and wasn't working...right?

Guess you are looking for something like this:

$retval = RunWait(@COMSPEC & " /c Dism /online /enable-feature:TabletPCOC /norestart", @ScriptDir)

Jos :)

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