oMBRa Posted October 17, 2008 Posted October 17, 2008 I want run cmd.exe and I want to pass the command line parameter to do ipconfig -na... how to do it? ( I dunno only how to pass the command line parameters)
Pain Posted October 17, 2008 Posted October 17, 2008 Something like this? RunWait(@ComSpec & " /c " & "ipconfig.exe /all > IP.txt", @MyDocumentsDir, @SW_HIDE)
oMBRa Posted October 17, 2008 Author Posted October 17, 2008 1) what is " /c "? 2) I want that cmd runs and shows ip informations
Pain Posted October 17, 2008 Posted October 17, 2008 http://www.autoitscript.com/forum/index.ph...st&p=592582
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