.vbsにすれば非表示もいける

Set ws = CreateObject(“Wscript.Shell”)
ws.run “cmd /c test.bat“, vbhide

それかバッチのコマンドライン start /min で最小化状態で実行する