Phillip Schuster
May 20th, 1999, 03:35 PM
Hi !!
I have a problem. I am writing a PerlBuilder, an IDE for programming Perl. I am using Perl.exe (a console app) and I am starting it using CreateProcess. That's working fine. I can redirect the output into my IDE to display the output in my own window. Even that works fine. But now the problem: PerlDebugging
I need to start Perl.exe using -d ! That works fine. But after that, it expects the user to type in some orders, for example to display help I have to enter h and after that enter. (Of course when running normally in a msdos-box). How can I remote that ?? So, is there a possibilitity to send Key-commands from my programm to a console which I started with CreateProcess ???
Thanks for your help.
Phillip Schuster
I have a problem. I am writing a PerlBuilder, an IDE for programming Perl. I am using Perl.exe (a console app) and I am starting it using CreateProcess. That's working fine. I can redirect the output into my IDE to display the output in my own window. Even that works fine. But now the problem: PerlDebugging
I need to start Perl.exe using -d ! That works fine. But after that, it expects the user to type in some orders, for example to display help I have to enter h and after that enter. (Of course when running normally in a msdos-box). How can I remote that ?? So, is there a possibilitity to send Key-commands from my programm to a console which I started with CreateProcess ???
Thanks for your help.
Phillip Schuster