redndahead Posted May 28, 2005 Posted May 28, 2005 I am having a problem with running this line $Process = Run(@Comspec & '/c ipconfig /all | find "Description"' ,'',@SW_HIDE,2) It says wrong number of parameters. Any ideas? red
GaryFrost Posted May 28, 2005 Posted May 28, 2005 (edited) this only works in beta at the moment $Process = Run(@Comspec & ' /c ipconfig /all | find "Description"' ,'',@SW_HIDE, 2) Edited May 28, 2005 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
redndahead Posted May 28, 2005 Author Posted May 28, 2005 I am using beta. I forgot to add that to the end of my post. I knew that it would come up. red
redndahead Posted May 28, 2005 Author Posted May 28, 2005 Well it worked on my computer at home. I will have to look more into it. red
trids Posted May 30, 2005 Posted May 30, 2005 You need the space before the /c. If you copy and paste gafrost's code it will work fine.
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