How to open a named pipe from VBScript?
        Posted  
        
            by Eye of Hell
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eye of Hell
        
        
        
        Published on 2010-04-20T07:12:40Z
        Indexed on 
            2010/04/20
            7:23 UTC
        
        
        Read the original article
        Hit count: 453
        
vbscript
Hello.
I have a C++ application that can take commands through a named pipe. Is it any way to open a named pipe from vbscript and send a text string, for example "restart" through it?
© Stack Overflow or respective owner