Hello,
For example, I can do this call to get the output to a text file:
system("dir > temp.txt");
But does anyone know how to get the output to a local variable like CString or char*?
Thanks in advanced.
-weeg
For example, I can do this call to get the output to a text file:
system("dir > temp.txt");
But does anyone know how to get the output to a local variable like CString or char*?
Thanks in advanced.
-weeg
Comment