OK, I got SortInfo to work with the new versions of MAME

MAME 0.141

Here is the bat file :
(mame executable) -listxml > gamelist.xml
xml2info2 < gamelist.xml > gamelist.txt
So you need the file "xml2info2.exe"
example 1 :
MameUI32 -listxml > gamelist.xml
xml2info2 < gamelist.xml > gamelist.txt
example 2 :
MAMEpp -listxml > gamelist.xml
xml2info2 < gamelist.xml > gamelist.txt
example 3 :
MAME -listxml > gamelist.xml
xml2info2 < gamelist.xml > gamelist.txt
example 4 :
MAME64 -listxml > gamelist.xml
xml2info2 < gamelist.xml > gamelist.txt
So I guess we can continue to use Sortinfo forever ?
Cheers!
Craig