Jump to content

Recommended Posts

Posted

Hi I am trying to make a simple script to start the program Double click repair tool, found here https://github.com/Khalid-Fawzy/double-click-repair-tool but everything I have tried will not work, and I don't know why if anyone can help me on this I would really appreciate it.

Here are a few examples of what I have tried but didn't work, I got the program to run but not to minimize.

Run("Double click repair tool.exe", "")
WinWait("Double click repair tool v1.0")
WinActivate("Double click repair tool v1.0")
Send("{LWIN}{DOWN}")

Run("Double click repair tool.exe", "")
WinWait("Double click repair tool v1.0")
WinSetState("Double click repair tool v1.0","", @SW_MINIMIZE)

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