Hi!
I'm using an external dos pplication with my vb applicattion, but i can't know when it have an error.
Is there any way to return text from a dos application?
Thanx
Printable View
Hi!
I'm using an external dos pplication with my vb applicattion, but i can't know when it have an error.
Is there any way to return text from a dos application?
Thanx
redirect the output of the DOS application to a .txt file.
Open the .txt file using FSO objects for reading.
How can i redirect the output of the DOS application to a .txt file?
Take a look at your other thread.