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

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -