View Single Post
Old May 19th, 2005, 7:08 AM   #1
hemanth.balaji
Programmer
 
Join Date: May 2005
Posts: 54
Rep Power: 0 hemanth.balaji is an unknown quantity at this point
Send a message via Yahoo to hemanth.balaji Send a message via Skype™ to hemanth.balaji
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" ....
hemanth.balaji is offline   Reply With Quote