Sending commands to a console program from Visual Basic 6
        Posted  
        
            by DomingoSL
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DomingoSL
        
        
        
        Published on 2010-04-26T02:42:58Z
        Indexed on 
            2010/04/26
            2:53 UTC
        
        
        Read the original article
        Hit count: 441
        
vb6
|visual-basic
I have a console program on windows (a compiled version of curl command line) in where you can write commands and have a return. How can i send commands to this console application and return the result to VB6??? i know you can do this with DOS commands with Windows Script Host but as you see the commands i want to run dont are in command.exe
Thanks!
© Stack Overflow or respective owner