How to automate response to msgbox

Posted by kensy on Stack Overflow See other posts from Stack Overflow or by kensy
Published on 2010-04-17T19:31:33Z Indexed on 2010/04/17 19:33 UTC
Read the original article Hit count: 203

Filed under:
|
|
|

I am developing a C# application to automate the running of a legacy VBScript(vbs) file which calls several VB6 .exe files. The .exe files have message box pop-ups that I need to 'respond' to in order to allow the VBScript process to run unattended. The response would need to be the Enter key. I do not have the source for the .exe files and I do not know exactly what they do. I would greatly appreciate any help with this...

© Stack Overflow or respective owner

Related posts about c#

Related posts about vbscript