[Moderator's note: Moved topic from Issues to Support.]
Hi, i installed AHK and got it running. Then all of a sudden it wont start, i tried reboot, clean computer etc, but it refuse, it comes a logo for 0,5 seconds in the taskbar and just dissapears. Tried run as admin, compability mode.
What can i do?
Cant get the program to start, windows 7
Started by
Guest123
, Jun 20 2012 06:52 AM
4 replies to this topic
#1
Guest123
Posted 20 June 2012 - 06:52 AM
#2
Posted 20 June 2012 - 06:57 AM
What script are you running?
Please try this
Please try this
Msgbox, Hello World
#3
Guest123
Posted 20 June 2012 - 07:20 AM
Hm, im totally new to AHK and just wants it for Dota 2.What script are you running?
Please try thisMsgbox, Hello World
Only thing i did was edit script and wrote this:
{
WheelUp::
Send {Numpad9}
return
WheelDown::
Send {Numpad6}
return
MButton::
Send {Numpad4}
return
}
First it worked great, then i cant even start the program...
How do i do the hello world thing you said?
#4
Posted 20 June 2012 - 01:25 PM
Not really sure why this is happening.
Open your My Documents folder. Look for a file AutoHotKey.ahk
Delete it. Run AutoHotkey.exe again.
If this fails, try reinstalling.
Open your My Documents folder. Look for a file AutoHotKey.ahk
Delete it. Run AutoHotkey.exe again.
If this fails, try reinstalling.
#5
Guests
Posted 20 June 2012 - 04:53 PM
Thanks! That was the trick




