$in_path = "H:\Music\Spotify Music conversion\conversion 2018";
$out_path = "H:\Music\Spotify Music conversion\conversion 2018"; for /R %f IN (*.mkv) DO ffmpeg -i $in_path -c $out_path\%~nf.mp3
this script is supposed to convert all the mkv files in the input path to mp3, however when I try and run it, I get: $in_path: No such file or directory