Page 1 of 1

Editing a program instead of opening it

Posted: May 11th, 2017, 8:19 pm
by dooderman10
I'm working on a basic button that opens a .AHK file, problem is, it keeps running it instead of editing it, what can I do to get it to open with notepad?

Code: Select all

[BotDBLR1]
Meter=Image
ImageName=#@#Images\Empty.png
H=90
LeftMouseUpAction=["#@#BotDBLR.ahk"]

Re: Editing a program instead of opening it

Posted: May 11th, 2017, 8:54 pm
by balala
Not a lua question: LeftMouseUpAction=[[color=#FF0000]"notepad"[/color] "#@#BotDBLR.ahk"].