Jump to content

Executing AutoIt script from Cygwin


Recommended Posts

Folks,

I telnet-ed to Windows m/c and from there I invoked AutoIt script with one catch. It will only invoke non GUI script e.g.

Following thing worked for me..

Beep(500, 1000)

When I tried GUI based script it did'nt worked

Run("notepad.exe")
WinWaitActive("Untitled - Notepad")
Send("This is some text.")
WinClose("Untitled - Notepad")
WinWaitActive("Notepad", "Do you want to save")
Send("!n")

Any idea folks?

Regards,

Jinbaba

Hello Folks,

I need to invoke AutoIt script form Perl on Cygwin. I was wondering if it is possible to execute AutoIt scripts from Cygwin?

My initial though is it is Impossible !

Regards,

Jinbaba

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...