James A. Johnson
May 17th, 1999, 01:11 PM
How do I redirect output from a dos program.
Example.
main()
{
printf("TEXT\n");
}
Normally this will launch a DOS shell and print it to the stdio. I want to redirect the output from the PRINTF statement to an edit control of a dialog box.
TIA
τΏτ
«-»
τΏτ
«=»
Example.
main()
{
printf("TEXT\n");
}
Normally this will launch a DOS shell and print it to the stdio. I want to redirect the output from the PRINTF statement to an edit control of a dialog box.
TIA
τΏτ
«-»
τΏτ
«=»