Search found 3 matches
- 20 Mar 2014 18:43
- Forum: DOS Batch Forum
- Topic: Need to tracert IP range & save 2nd line of output to file
- Replies: 5
- Views: 3806
Re: Need to tracert IP range & save 2nd line of output to fi
:D Linux doesn't resolve the hostname of the IP the same way that DOS does, at least I haven't found a way to do it - thus I'm having to do this on a windows machine. If you only want to resolve hostnames of a given IP, then why don't you use nslookup. Should be the default program name for all ose...
- 20 Mar 2014 15:23
- Forum: DOS Batch Forum
- Topic: Need to tracert IP range & save 2nd line of output to file
- Replies: 5
- Views: 3806
Re: Need to tracert IP range & save 2nd line of output to fi

- 20 Mar 2014 12:51
- Forum: DOS Batch Forum
- Topic: Need to tracert IP range & save 2nd line of output to file
- Replies: 5
- Views: 3806
Need to tracert IP range & save 2nd line of output to file
I'm very inexperienced with batch commands and scripting but what I want to do is is run the tracert command on a number of IP address ranges (192.168.1.1 - 192.168.1.255) as well as some other address ranges (I would like to save the ranges into a text file from which to inject into the batch/scrip...