statusbox コマンドによって開かれたステータスダイアログボックスを最前面に表示する。(バージョン4.78以降)
bringupbox
step = 0 while 1 call show_step sendln 'echo do something' wait '$' pause 2 bringupbox endwhile end :show_step step = step + 1 gettime timestr "%Y/%m/%d-%H:%M:%S" sprintf2 s "counter %d" step statusbox timestr s return