Mateo Posted January 3, 2021 Posted January 3, 2021 Hello everyone I have a problem, I am running a process on the SYSTEM user and I want to display messages to the user, so what I want to do is another process that will run on the user himself, and then I want to send him some "update" so that he can display the message. Anyone have an idea how to do this? Thank you!
Dan_555 Posted January 3, 2021 Posted January 3, 2021 (edited) I remember that there were some threads on this forum, and there is a wiki with the same thema: interprocess communication,. As for ideas : maybe use a file or ini file to communicate with the processes. The System process would create a file, and the User process would look if the file exists, then display the message and delete the file. The same would go for the ini, but there, instead of deleting the message, the user process would write back that it has read the last message, so that the system can write new ones. Edited January 3, 2021 by Dan_555 Some of my script sourcecode
Mateo Posted January 3, 2021 Author Posted January 3, 2021 Thanks for this thread, I'll take a look now. As for file communication, I considered it, but the problem is that it costs me time (I need a response of less than a second)
Nine Posted January 3, 2021 Posted January 3, 2021 Look in my signature I made 2 IPCs that can be used for that purpose. Named Pipe and WCD both are very fast and can be easily implemented. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy
Mateo Posted January 3, 2021 Author Posted January 3, 2021 Thank you very much! I just checked this UDF of yours, it looks really good! thanks again!
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