Код:
alias listbarnames { window @toolbar | set %buttons $toolbar(0) | set %c 1 | echo @toolbar Buttons: %buttons | while (%c <= %buttons) { echo @toolbar $chr(35) $+ %c $+ : $toolbar(%c).name | inc %c } }
alias /F5 listbarnames