GeekUSA Posted June 1, 2014 Posted June 1, 2014 (edited) I'm trying to automate the Display Link Clean Wipe utility. If you open the included .exe it opens a command prompt and requires you to press enter. This seems like a great tool to automate that process, but I'm confused and can't seem to get it to latch onto the command prompt window that opens. How do you send enter to a open command prompt, then auto close it after it runs? Thanks! Edited June 1, 2014 by GeekUSA
MHz Posted June 2, 2014 Posted June 2, 2014 I am not aware of the utility nor can I find it in a search of the web. That limits my response. Run() returns a PID that you can use in StdInWrite(). Perhaps writing a @CR to the process may do what you request. Links Run() StdInWrite()
Akarillon Posted June 2, 2014 Posted June 2, 2014 Wouldn't this work with a simple...? ControlSend() Challenge accepted!
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