Thanks Larry and DosItHelp,
Both method are working well, and saving my times a lot. Really appreciated you guys responded.
Thanks.
Tom P.
Search found 2 matches
- 20 Nov 2009 12:23
- Forum: DOS Batch Forum
- Topic: Parse For /F
- Replies: 3
- Views: 5725
Parse For /F
Please help. I have a statement as : for /f "tokens=3,* delims=:. " %%a in ('"ipconfig|find "IP Address""') do set ip=%%b This will gives me all the IP Address of the system. I would like to eliminate ONLY the first local Active IPAddress, and ignore the rest. Appreciat...