mgmoqm Posted May 17, 2010 Posted May 17, 2010 Hi, I'm writing a script to automate installation of "stunnel" proxy server. The installation starts, but the dialog boxes are not being automatically handled with the Send command. They wait for the user to click. Example... $stunneldir = ($home & '\stunnel') WinWaitActive("Installation Folder") Send($stunneldir) Send("{ENTER}") I do have the WinTitleMatchMode option set to 2. The whole thing works beautifully under both XP and Vista.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now