Give script a name in taskbar instead of *name.ahk* Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
loek3000
Posts: 146
Joined: 12 Nov 2013, 03:24

Give script a name in taskbar instead of *name.ahk*

20 Oct 2018, 04:21

Hi there

Is there a way to give a script an name instead of (for example) "snelstarten.ahk" -> "Snel Starten" without displaying the extention and without the file name itself?

Image
CyL0N
Posts: 211
Joined: 27 Sep 2018, 09:58

Re: Give script a name in taskbar instead of *name.ahk*  Topic is solved

21 Oct 2018, 15:09

Code: Select all

#Persistent
Menu, tray, Tip, Something Somethin...
live ? long & prosper : regards
loek3000
Posts: 146
Joined: 12 Nov 2013, 03:24

Re: Give script a name in taskbar instead of *name.ahk*

21 Oct 2018, 15:16

that's great thanx!

But can i add this to this string? If yes, how?

#SingleInstance Force
Menu, TRAY, Icon, icon_dropdownmenu_loek.ico
CyL0N
Posts: 211
Joined: 27 Sep 2018, 09:58

Re: Give script a name in taskbar instead of *name.ahk*

21 Oct 2018, 15:22

Code: Select all

#SingleInstance, force 
#Persistent
Menu, Tray, Icon, icon_dropdownmenu_loek.ico
Menu, Tray, Tip, Something Somethin...
live ? long & prosper : regards
loek3000
Posts: 146
Joined: 12 Nov 2013, 03:24

Re: Give script a name in taskbar instead of *name.ahk*

21 Oct 2018, 15:27

Yeah, that works, thank you very much :)

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: makdc96, RandomBoy, Rohwedder and 174 guests