Jump to content

Keyboard/ Mouse messed up after quiting


Recommended Posts

After I use my script made for autoit and after use quit it manually, my keyboard and mouse buttons don't do what they are suppose to. For instance, to open a file I double left click but instead it opens the files properties. For the most part keyboard buttons don't do anything but some act so strangely I don't really have any clue how the buttons do what they do lol.

Only way to fix it is to restart my computer.

This is my script:

Run("\\el-w2k3fs1\apps\SMS_applicaties\Caseware 2009\AutoInstall\prog\cwp2009.exe")


If WinWaitActive("CaseWare Working Papers 2009 - InstallShield Wizard", "Voor CaseWare Working Papers 2009 moeten", 5) Then Send("{ENTER}")


WinWaitActive("CaseWare Working Papers 2009", "WAARSCHUWING")
Send("!v")


WinWaitActive("CaseWare Working Papers 2009", "In welke taal moet CaseWare Working Papers worden")
Send("!v")


WinWaitActive("CaseWare Working Papers 2009", "De wizard is gereed om met de installatie te beginnen")
Send("!i")

WinWaitActive("CaseWare Working Papers 2009", "De InstallShield Wizard heeft met succes")
Send("!o")

The only weird thing is that this problem occurs only on a few different computers.

And on this computers the script is hunging somewhere.

Edited by greenbeauty
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...