onedayillpay Posted August 26, 2021 Posted August 26, 2021 I have been trying to connect to my pipeserver.exe its a basic example of c++ pipe server running on windows. \\.\pipe\vzbEZPipe I thought i could connect to the pipe with fileopen but this dont work. I can run("echo 'test' > '\\.\pipe\vzbEZPipe'") but this launches a cmd terminal for a milli second. Im confused as i thought this would be an easy step to acomplish.
Developers Jos Posted August 26, 2021 Developers Posted August 26, 2021 Moved to the appropriate forum, as the AutoIt Example Scripts forum very clearly states: Quote Share your cool AutoIt scripts, UDFs and applications with others. Do not post general support questions here, instead use the AutoIt Help and Support forums. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
JockoDundee Posted August 26, 2021 Posted August 26, 2021 6 hours ago, onedayillpay said: I thought i could connect to the pipe with fileopen Let’s see the exact code you are using. Code hard, but don’t hard code...
Nine Posted August 26, 2021 Posted August 26, 2021 (edited) You may be interested to use my UDF (see my signature). Try using the examples first then adapt the code to your needs. To understand how to name a named pipe, see this. Edited August 26, 2021 by Nine “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
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