mixim Posted August 27, 2017 Posted August 27, 2017 (edited) 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 August 27, 2017 by mixim
Neutro Posted August 27, 2017 Posted August 27, 2017 Why do you need _RunDos while Run & SW_HIDE does the same thing? mixim 1 Identify active network connections and change DNS server - Easily export Windows network settings Clean temporary files from Windows users profiles directories - List Active Directory Groups members Export content of an Outlook mailbox to a PST file - File patch manager - IRC chat connect example Thanks again for your help Water!
mixim Posted August 29, 2017 Author Posted August 29, 2017 (edited) On 27.08.2017 at 1:49 PM, Neutro said: Why do you need _RunDos while Run & SW_HIDE does the same thing? Yes no difference, I learn afterwards. Thanks Edited August 29, 2017 by mixim Neutro 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now