Jump to content

Recommended Posts

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...