HanselGarvey Posted August 30, 2017 Posted August 30, 2017 Hi. Does anyone know if it is possible for there to be an autoit process that can read notifications that pop up on windows? I want to be able to send my computer commands from specific text messages that I send it depending on what the message contents say.
junkew Posted August 31, 2017 Posted August 31, 2017 Why do you want it thru notifications. Its much easier to build a TCP/IP listener in AutoIt where you can act on https://www.autoitscript.com/autoit3/docs/functions/TCPRecv.htm https://www.autoitscript.com/autoit3/docs/functions/TCPSend.htm https://www.autoitscript.com/autoit3/docs/functions/TCPListen.htm FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
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