in reply to Re^3: automatically giving user input to a command line
in thread automatically giving user input to a command line
Got a dumb question. If this happens to be on Windows, would it be possible to use system to call the program within the DOS start command (which would open a new DOS command prompt window to run the program and immediately return control back to the Perl script) and then try to use Win32::GuiTest to "interact" with that new command prompt window?
I'm not saying this would be simple or easy or even elegant. Just trying to think of alternate methods of trying to interact with whatever program the OP is trying automate.
If this happens to be a bad idea, I'd like to hear the reason(s) why so that I (and perhaps others) can learn something new.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: automatically giving user input to a command line
by BrowserUk (Patriarch) on Jun 14, 2012 at 14:21 UTC | |
by tfredett (Sexton) on Jun 14, 2012 at 14:44 UTC | |
|
Re^5: automatically giving user input to a command line
by Anonymous Monk on Jun 14, 2012 at 12:03 UTC |