I assume you did something like:
Tracert 192.168.1.1 > mylist.txt
You need to use two ">"s so that it appends instead of overwriting. The
first line can still be a single ">" if you want it to start a fresh file
everytime it is run
Tracert 192.168.1.1 >> mylist.txt
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"boe" <(E-Mail Removed)> wrote in message
news:Og0$(E-Mail Removed)...
> I have a DHCP server on a network that seems to have quite a few
> undocumented static IPs. Is their an easyway of doing something like a
> tracert that goes to all the IPs on the network segment and outputs them
to
> a file? I tried creating a batch file that would do it with no luck, each
> tracert would overwrite the last output. I downloaded NewT but couldn't
> figure a way of getting it from that either.
>
> Thank
>
>