単純にmp3のタグを編集するソフト:mp3tagをフォルダ指定でコマンドラインから開くにはどうしたらいいのだろう?って思って調べた。 同梱のHelpファイル(html)から探し出せた。 docs.mp3tag.de Start with directory Mp3tag.exe /fp:"<full-qualified path to directory>" powershellからCallするには下記のように。 > Start-Process 'install_folder_path\Mp3tag.exe' -ArgumentList '/fp:"mp3_folder_path"' # in…