perl and DOS I/O
From: Hemant Kumar (kumarh_at_gmail.com)
Date: 08/23/04
- Previous message: Alan Connor: "Re: [OT] Perl to C Converter?"
- Next in thread: nobull_at_mail.com: "Re: perl and DOS I/O"
- Reply: nobull_at_mail.com: "Re: perl and DOS I/O"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Aug 2004 18:15:17 -0700
Hi,
I need to run a n iterations of a dos program from perl. I am using
System ("program args");
There are two interactions with DOS that I need to take care of though
1) The program spews output that goes to the DOS window. Is there a
way to absorb it and process it from perl script?
2) Once the program reaches a certain point in execution, it requires
an input from the keyboard to move ahead. How can I issue this input
from the perl script.
Thank you for giving this a thought.
Hemant
- Previous message: Alan Connor: "Re: [OT] Perl to C Converter?"
- Next in thread: nobull_at_mail.com: "Re: perl and DOS I/O"
- Reply: nobull_at_mail.com: "Re: perl and DOS I/O"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|