I have this list in dos batch.
set list=12,34,56 echo %list%
How can I get the list to print only 34? Thanks