in reply to Re^4: automatically giving user input to a command line
in thread automatically giving user input to a command line
then try to use Win32::GuiTest to "interact" with that new command prompt window?
Yes, Win32::GuiTest would be one way to tackle the problem.
Another, potentially easier and yet more powerful way would be Win32::Console. It can do everything that Expect can do and more eg. mouse control.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: automatically giving user input to a command line
by tfredett (Sexton) on Jun 14, 2012 at 14:44 UTC |