To check that Autohotkey is running the script and sending, put a pause in it, if it sends 40 then it should work, so then take the MsgBox line out and try again.

Code:
Code:

#NoEnv
#SingleInstance Force
;MsgBox, Track Data to Text
Winactivate, ahk_class TBandWindow
WinMenuSelectItem, ahk_class TBandWindow, , Help, Utilities, Get Track Info
Send, 40
MsgBox, Paused
....
....

It would be good if you get it all working on Linux.

EDIT: https://www.youtube.com/watch?v=B2kRlouBtpc

..

Last edited by musocity; 12/06/22 04:20 PM.