id3ren 

id3ren -showtag *.mp3
id3ren -template='%a - %t %n - %s.mp3' -log *.mp3
id3ren -artist='Michael Manring' -album='Drastic Measures' -tagfromfilename -tagtemplate='%n-%s.MP3' -template='%a - %t %n - %s.mp3' -genre=11 -noyear -nocomment -log 0*.MP3
id3ren -artist='Micheal Manring' -genre=11 -noyear -nocomment -tag -edit -template='%a - %t %n - %s.mp3' -log 'Michael Manring - Drastic Measures 0'*

Build & Installation 

Under Windows 

gcc -o id3ren *.c

Under Windows, history 

make
make -f Makefile.win32

— no work