Subj : Re: How to call other application To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Mon May 03 2004 11:37 am > I am using Borland C++ 6. The last version of Borland C++ was version 5.02. There never was a Borland C++ 6. If you are using C++ Builder, a compiler which has a version 6, then you are in the wrong newsgroup. Look for newsgroups with the word 'cppbuilder' in their name. > Can someone tell me how to call another application from > Borland C++ application. There are many ways to run another program from within a Windows program. Some of them are CreateProcess, WinExec, system, any of the exec* or spawn* functions and ShellExecute. It probably would be best to ask about this in the C++ Builder nativeapi group. .. Ed > Ganesh wrote in message > news:4095d9ae$1@newsgroups.borland.com... > > I need some help. I want to call the windows printer setup > application from my Borland C++ application. I don't > know to do this. > Can someone tell me how to call another application from > Borland C++ application. > > I am using Borland C++ 6. .