Jump to content

Whats wrong with this?


Recommended Posts

Global $Paused
HotKeySet("{END}", "Terminate")
Hotkeyset("{LCTRL}", "op")

While 1
Sleep (500)
WEnd

Func Terminate()
    Exit
EndFunc


Func op()
TrayTip ( "Attepting to Open", "Attepting to Open", 10 , 1 )
Sleep(100)
Run(@ScriptDir & "/xE.exe")
Sleep(100)
Endfunc

When i press left controll it doesnt run it....

I have in the folder im in, s2.au3 and s2.exe i tryed it compiled... and xE.exe

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