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 -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -