in reply to Win32::Console Question: How to attache a process to console
I've never actually used that module before so I might be wrong. I believe that you use the alloc method to create the new console. Once you have the console created, you then can mimic keyboard and mouse control through the other methods in the Win32::Console module. Using one of those methods, you should be able issue a command in that console to use the command line tool that you want. Just beware that I haven't tested this, so I might be completely wrong.
|
|---|