|
-
September 20th, 1999, 09:44 AM
#1
get the output from DOS prompt
Hi
If the VB program launches an exe file (which is in DOS prompt), is there anyway it can get the output from the DOS prompt?
Thanks for help.
-
September 20th, 1999, 10:32 AM
#2
Re: get the output from DOS prompt
you could launch a BAT or CMD File which starts your DOS program and redirect its output to a file (via '>' character) and read that file after the program has ended.
-
September 22nd, 1999, 11:31 AM
#3
Re: get the output from DOS prompt
Try using the output redirection ">" to direct out of dos exe to a file when you shell and read the file from VB
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|