perlseeker19 has asked for the wisdom of the Perl Monks concerning the following question:
i know to open a cmd.exe using win32::process,
how to interact with the opened cmd prompt??
i need to go to a particular directory and execute some commands.
how is this done using win32::process??
Comment on spawning a cmd.exe and be able to send commands