Hi,
I am developing an application using vc++, in that, i have to execute shell command. I executed successfully using ShellExecute(). Now i want to know how to get the return value of that shell command, while executing mountvol like this command, it return list of drives, if I run using the above method, how can i get that return value.. can any one help me
I am developing an application using vc++, in that, i have to execute shell command. I executed successfully using ShellExecute(). Now i want to know how to get the return value of that shell command, while executing mountvol like this command, it return list of drives, if I run using the above method, how can i get that return value.. can any one help me
Comment