Problems passing argv to function using cstdargThanks VERY much. I was trying to do it the hard way.
Problems passing argv to function using cstdargProgram fails to list input arguments one at a time. Gives programing error (Access violation readi...
In C++ how to call Windows "Disk Management" and wait until it is closed (completed)NO If you use "MMC.EXE diskmgmt.msc" as the commandLine value of CreateProcessA the value of pi.dwP...
In C++ how to call Windows "Disk Management" and wait until it is closed (completed)cmd /c start /wait diskmgmt.msc Works like I want it to from a DOS CMD.EXE windows, But NOT from ...
In C++ how to call Windows "Disk Management" and wait until it is closed (completed)Maybe it looks better if I add indented code! [code]// This program tries to start "Disk Management...