Jump to content

Recommended Posts

Posted

This script do help when we install many Fonts including already installed fonts. this script work well but when work finished script d'not end so plz help me about this script. Plz Correct This Script.!

While 1
    If WinActivate("Unable to install the font", "") Then
        F_F("Unable to install the font")
    Elseif WinActivate("Windows Fonts Folder", "") Then
        F_F("Windows Fonts Folder")
;~  Else
;~      ExitLoop
    EndIf
WEnd

Func F_F($Title)
    WinActivate($Title, "")
    ControlClick($Title, "", "[CLASS:Button; TEXT:OK; INSTANCE:1]")
    Opt("MouseClickDelay", 1)
    Opt("WinWaitDelay", 1)
EndFunc

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...