Computing.net: Question & Answers Forum Latest Questions

computing
  • 0
  • 0

Hello Experties, I am bit new in batch scriptting, I am trying to retrieve string from myfile.xml into variable. I want to have only Date (01/01/2010 ) myfile.xml <Main> <Header FileDate=”01/01/2000″/> <Body Type=”Firm”> <Dept Firmid=”0123″ Name=”abc”/> </Body> <Trailer RecordCount=”1″> </Main> for that I am using for /F ...