Adnoh Posted September 3, 2007 Posted September 3, 2007 Is it possible to create named pipes with autoit ? I wanne do something similar to "psexec" - it is executet on a remote computer and opens 3 named Pipes (Stdin/Out/err) for communication. Can somebody point me to the right direction how to create and use such pipes in autoit? I know it is possible in VB to import the Functions from kernel32.dll - but I'm looking for a more easy solutions than that win32-api-stuff. Thanks to any hints ! Infos ->http://msdn2.microsoft.com/en-us/library/aa365781.aspx
martin Posted September 3, 2007 Posted September 3, 2007 Is it possible to create named pipes with autoit ?I wanne do something similar to "psexec" - it is executet on a remote computer and opens 3 named Pipes (Stdin/Out/err) for communication.Can somebody point me to the right direction how to create and use such pipes in autoit?I know it is possible in VB to import the Functions from kernel32.dll - but I'm looking for a more easy solutions than that win32-api-stuff.Thanks to any hints !Infos ->http://msdn2.microsoft.com/en-us/library/aa365781.aspxAuto3Lib has an example of using pipes. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Adnoh Posted September 3, 2007 Author Posted September 3, 2007 Auto3Lib has an example of using pipes.thanks - looks like exactly what I need.
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