Hi Perl Monks,
I have a CLI-based interactive application, say abc.exe, running on Windows.
After invoking abc.exe from a perl script I need to auto-feed
the inputs to this application. In other words, I would like to
automate the process of running commands on this application through CLI.
Perl Modules Expect and Run3 doesn't seems to work on Windows.
Read about React and OLE, but no luck. Have any body tried
these perl modules on Windows ?
Is their any other way to tackle this ?
Your time and help is highly appreciated.