@echo off rem AVSを元にWAVデータを抽出 rem 以下の例はH:\sozaiにあるsample.avsを元に、H:\sozaiにonsei.wavを出力 avs2wav "H:\sozai\sample.avs" "H:\sozai\onsei.wav" pause exit