----------------- notepad. d:\file.txt ----------------- ---------------------- curl -L -o tmp.flv "(動画のURL)" ---------------------- ---------------------- ffmpeg -i tmp.flv -acodec copy out.mp3 ---------------------- ---------------- curl -L -o tmp.flv http://…… ffmpeg -i tmp.flv -acodec copy out.mp3 D:\app\Multimedia\foobar2000\foobar2000.exe /add out.mp3 ---------------- --------- cliputil -p > output.txt --------- --------- curl http://example.com/index.html |cliputil --------- ---------- copy conf0.txt conf.txt cliputil -p>>conf.txt curl -L -K conf.txt -o tmp.flv ffmpeg -i tmp.flv -acodec copy out.mp3 ---------- ----------------- cd /D E:\download copy conf0.txt conf.txt cliputil -p>>conf.txt curl -L -K conf.txt -o tmp.flv ffmpeg -i tmp.flv -vn -acodec copy out.mp3 md5 -q tmp.flv>md5.txt set /P md5value=