redndahead Posted May 28, 2005 Share 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 Link to comment Share on other sites More sharing options...
GaryFrost Posted May 28, 2005 Share 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. Link to comment Share on other sites More sharing options...
redndahead Posted May 28, 2005 Author Share 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 Link to comment Share on other sites More sharing options...
redndahead Posted May 28, 2005 Author Share Posted May 28, 2005 Well it worked on my computer at home. I will have to look more into it. red Link to comment Share on other sites More sharing options...
trids Posted May 30, 2005 Share Posted May 30, 2005 You need the space before the /c. If you copy and paste gafrost's code it will work fine. Link to comment Share on other sites More sharing options...
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