|
Win32 execution of a Command Line program
I have created a win32 Application using Visual c++. How to execute a command line program from within a windows program. I am using
Win32 api in C. I have a DICOM Image file and I want to convert it to a bmp file by running a command line option pOovided by InfraView, by
clicking a button ON MY PROGRAM. I wanna execute a
command like "i_view32.exe c:\test.bmp /convert=c:\test.jpg" ....
|