Use Cygwin64 to run following command for i in 'find *.mp3'; do bzip2 -z -k -9 $i; done