trevrobwhite Posted October 29, 2015 Posted October 29, 2015 Hi all,I'm wondering if anyone knows if AutoIT can read the debug output from another application, I need to wait until a certain piece of text is output, which is the application saying the load is completed, I can't use WinWait because the load is a control inside a window which is actually a remote view on another machine.I can clearly see the output in Sysinternals Debug View but I'm not sure how to read this information and wait until it sees that particular piece of text.Many thanks in advance.
AutoBert Posted October 29, 2015 Posted October 29, 2015 Look in Help-File for run and all related functions specialy the Std*-functions.
PACaleala Posted October 30, 2015 Posted October 30, 2015 Sysinternals DebugView has a 'Filtering' feature which seems to do exactly what you need.Use the Help for DebugView.
trevrobwhite Posted November 6, 2015 Author Posted November 6, 2015 Many thanks, was I was aware DebugView can do this with a filtering, I was just trying to avoid shipping the DebugView executable hoping there was something native in Auto IT. Many thanks for the responses.
AdamUL Posted November 6, 2015 Posted November 6, 2015 You could give this UDF a try. It's a old, and may need updating to work with the current version of AutoIt. Adam
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