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

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -