--- In [email protected], Thomas Hruska <[EMAIL PROTECTED]> wrote: > > sanofsans wrote: > > Hi folks, check this out! > > > > I wrote a C++ program in which a dialog box with an OK button > > appears. This part works! When I click on OK, a perl > > script is invoked, and the result of that script should appear > > in a DOS window. This does not work. <snip> > Why not dump the output into a multi-line textbox (e.g. similar > to how NSIS-based installers work)? Then you won't need to > show a command prompt at all.
Another more general approach is to write this output into some text file; then you can check this file and its contents in any way you (or your clients later on) might want to. Regards, Nico
