C
Christophe HELFER
Hi,
I would like to do this in VB Languague.
I have an executable file in DOS mode. This executable returns informations
and display them to the DOS window. Unfortunately, I have to process theses
informations.
The way to do that, is to redirect standard input and output, insn't it ?
This is possible in C++ language, but I cannot make any line in this
language.
Then I have tried with the Console class but this class don't execute
programs like the Shell() function ! The line I tried is :
console.write("Exename") and with the Console.read () method, I obtain no
data !
Can anyone tell me if I did wrong, or if it's simply possible !
thanks for your help
I would like to do this in VB Languague.
I have an executable file in DOS mode. This executable returns informations
and display them to the DOS window. Unfortunately, I have to process theses
informations.
The way to do that, is to redirect standard input and output, insn't it ?
This is possible in C++ language, but I cannot make any line in this
language.
Then I have tried with the Console class but this class don't execute
programs like the Shell() function ! The line I tried is :
console.write("Exename") and with the Console.read () method, I obtain no
data !
Can anyone tell me if I did wrong, or if it's simply possible !
thanks for your help