Jump to content

_RunDOS help


mixim
 Share

Recommended Posts

DOS command like this:

netsh interface set interface "Ethernet" Disable

 

Autoit Run command like this:

Run(@ComSpec & ' /c netsh interface set interface "' & $name &'" Disable', "", @SW_HIDE)    ;;; it work

 

How that turns to _RunDOS  ??  i haven't been make quotes around :( can you help me

 

I dont know english, im sorry for spelling rules :(

 

 

 

Edited by mixim
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...