I have a command that outputs a plethora of information and I only need one word out if it.
In DOS for example, if I only wanted the IP address of a hostname, I'd write two batch files something like this:
getIP.bat
@echo off
for /f "tokens=3 delims=: " %%i in ('parseIP') do echo %1 %%i...
Hi, I'm a little new to VBScript and I'm having some trouble traversing an xml file. I've done some C++ xml stuff a while back but I had a different parser. I'm not sure if this should be in the VBScript or XML forum, but here goes. Here's a piece of the xml file.
<facility id="TEST"_FACID>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.