xml - DOS Batch: extract from string -
xml - DOS Batch: extract from string -
i need extract strings included between xml tags. why code below not working ? shell window opens , closes downwards immediatly, despite 'pause' instruction.
@echo off set var="<aaa>e086263-t1999</aaa>" f/ "delims=>< tokens=2" %%a in (%var%) echo %%a pause
many help !
xml batch-file text-extraction
Comments
Post a Comment