Gif Posted June 22, 2007 Posted June 22, 2007 Im not too sure if this has to do with autoit , but it has a connection, anyway im wondering if is there any way to get the text in the cmd, for exmple , i want to execute the command , net user in cmd so i use: #Include <Process.au3> _RunDOS("net user") how can i get the result of net user shown in cmd?
Zacharot Posted June 22, 2007 Posted June 22, 2007 (edited) Look in the help at StdOutRead, that should help ya Edited June 22, 2007 by Zacharot
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