"When I try to use "Get track info"->"0 Save all"

it's not 0, it uses 40 for Audio data (temp.txt) and 38 for midi data (trackdata.txt).

Originally Posted By: musocity
...replace these in the ahk\scripts folder
bb_track_info.ahk
bb_midi_track_info.ahk


I corrected the path ahk > ahk\scripts
This is the ahk script that gets BB to make the temp.txt that is in C:\bb\Data or wherever you have it. The ; just comments the line out.
bb_track_info.ahk
Code:
#NoEnv
#SingleInstance Force
;MsgBox, Track Data to Text
Winactivate, ahk_class TBandWindow
WinMenuSelectItem, ahk_class TBandWindow, , Help, Utilities, Get Track Info
Send, 40
Send, +{Tab}
Send, {DOWN}
Send, {ENTER}
Send, {ENTER}
;Sleep, 3000
WinWait, ahk_class NOTEPAD.EXE, temp.txt,3
WinSet, Transparent, 100, ahk_class Notepad
Sleep, 50
;MsgBox, Pause
WinMenuSelectItem, ahk_exe NOTEPAD.EXE, , File, Exit
WinClose, ahk_class NOTEPAD.EXE, temp.txt ;close notepad