Search:

Type: Posts; User: nicogalan

Search: Search took 0.03 seconds.

  1. Re: A program that launches console applications and captures their output.

    Thanks everybody!
    sadly, read the output lines, was impossible..... :/
    I also tried C# code, the same result... always shelled app needed to finish to receive the output...

    what was good to me...
  2. Re: A program that launches console applications and captures their output.

    wow, this is a a pain....
    sadly, the app wont run on linux :(



    I'll check it, thanks



    I tried readline, and same situation...
  3. Re: A program that launches console applications and captures their output.

    Hi, yes, I have this:


    Function ejecutar_Dos(Comando As String) As String
    Dim oShell As WshShell
    Dim oExec As WshExec
    Dim Ret As String

    Set oShell = New WshShell
    ...
  4. Re: A program that launches console applications and captures their output.

    thanks!!
    I tried it, I have the same problem, like my code...

    I must wait for the end of executed software, to get the output...

    can it be readed in real time?

    thanks again
  5. Re: A program that launches console applications and captures their output.

    Hi, sorry for bringing up an old post...
    I cant find the attach :/

    thanks
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width