It is currently March 28th, 2024, 4:33 pm

Editing a program instead of opening it

Discuss the use of Lua in Script measures.
Post Reply
dooderman10
Posts: 7
Joined: May 11th, 2017, 3:32 pm

Editing a program instead of opening it

Post 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"]
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Editing a program instead of opening it

Post by balala »

Not a lua question: LeftMouseUpAction=[[color=#FF0000]"notepad"[/color] "#@#BotDBLR.ahk"].
Post Reply