PDA

Click to See Complete Forum and Search --> : DOS to File Redirection


dw85745
Mar 7th, 2006, 05:12 PM
I want to redirect DOS "tracert" output to a file.

So far tracert "ipaddress" > MyFile.txt
does not work.

Thanks
David

visualAd
Mar 7th, 2006, 05:23 PM
That should work. Do you just get a blank file? You should get something like this:


Tracing route to www.l.google.com [66.249.87.104]♪
over a maximum of 30 hops:♪

1 1 ms 1 ms 1 ms delves-s.codedv.com [10.10.1.1] ♪
2 19 ms 2 ms 2 ms 10.10.0.1 ♪
3 31 ms 14 ms 14 ms anchor-access-3-v154.router.demon.net [194.159
4 29 ms 14 ms 13 ms anchor-inside-1-g7-0-0.router.demon.net [194.1
5 32 ms 15 ms 15 ms anchor-border-2-g1-0-0.router.demon.net [194.7
6 32 ms 16 ms 14 ms 195.66.226.125 ♪
7 33 ms 14 ms 14 ms 66.249.95.130 ♪
8 30 ms 15 ms 15 ms 66.249.87.104 ♪

Trace complete.♪

dw85745
Mar 7th, 2006, 05:33 PM
Thanks for response.

Route map didn't show in DOS window but file DID get created. What impact redirection had on time between routers unknown.

Thanks
David