|
Answer» Is is POSSIBLE to do something like tracert local_server or something that would trace the current computer?Yes, you can ... but I don't KNOW what you would gain from doing that. Try:
tracert localhost
Or if that is not what you are looking for let US know what you are trying to accomplish.ok THANKS for that...now how do i have that save in a text file?You can use the ">" to REDIRECT the output to a file. Here is an example with a file named "OUTPUT.TXT":
tracert localhost >OUTPUT.TXTThis is an exercise in futility. But if you insist.........
tracert localhost > mytrace.txt
This will save it in the current directory. If you want it saved elsewhere, provide the path. For example, trace localhost > c:\mytrace.txt would put it in the root directory.
Edit: Har! Har! I type to slow.
|