Jump to content

Recommended Posts

Posted

Ive created a newsleecher autoit script that does fine but at the end newsleecher opens an explorer window with its links i relize that if would not happen if i dont have it set links but hey who wouldnt want links? :rolleyes: If i use pskill explorer im afreade it would mess up the runonceex setup. any ideas?


Posted

Opt("TrayIconDebug", 1)
Opt("WinTitleMatchMode", 3)
Run("nl_setup.exe")
BlockInput(1)
WinWaitActive("Installing NewsLeecher", "Welcome to the NewsLeecher Installation!")
Send("{ENTER}")
WinWaitActive("Installing NewsLeecher", "License Agreement")
ControlClick("Installing NewsLeecher", "License Agreement", "Button3")
Send("{ENTER}")
WinWaitActive("Installing NewsLeecher", "Select a destination directory")
Send("{ENTER}")
;sleep 5
WinWaitActive("Installing NewsLeecher", "Select suitable options.")
ControlClick("Installing NewsLeecher", "Select suitable options.", "Button12")
Send("{ENTER}")
Exit

works for me

  • 1 month later...

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
  • Recently Browsing   0 members

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