Summary: How can i create a batch file to ping a series of ip address...and write to a log the result of the ping.. e.g: i wan to ping to 192.168.0.1 - 192.168...
Summary: Ok so i have this batch file to ping a list of ip's This is what i have: @echo off cd C:\Documents and Settings\username\My Documents\Ping printers pi...
Summary: Hello! I have a lot of machine inactives in the Domain, i have a list of computer (Inactive) and i want a batch to do: ping a computer from a list (ex...
Summary: Hi, I have written a batch to ping Google (Internet Test) and then ping a server of ours (VPN Test) and the third thing I'd like to do is to check to ...
Summary: I need a batch file to ping a list of ip from a source file(iplist.txt)written like this: ----------------- 0.0.0.0, host1, note 1.1.1.1, host2, note ...
Summary: Batch file, ping results I want to run something similar at command prompt and display a custom message ping www.ebay.com.at if ping results == "could...
Summary: I want to run a batch file to ping a specific IP address every 3 hours. I have the following Code @echo off :start ping 172.16.1.1 -n 1 >>log.txt echo...
Summary: I want to get hostnames from a file and make a batch file to ping each hostname in that file.what are the commands that enable me to fulfill that. ...
Summary: ghostdog...that is exacly what I was needing. gawk.exe is not dependant on anything else, and it did the job perfectly. the purpose of the batch was ...
Summary: Hello, I am kindly looking for a batch file that will do the following. 1. I have a list of 10 PC names in a text file (pcnames.txt) 2. I want to ping...
Summary: I was trying to reformat a ping command in batch to only produce what I wanted. However after running the file, it wouldn't output a single thing othe...
Summary: I have a friend on Bigpond ADSL and I am unable to ping them. I am trying to use Remote Desktop to connect to their computer. They are using a Thomson...
Summary: Unable to ping betw two ntwkd comps via hub. Can ping each comp's loop back & own ip address, but not each other's. Would appreciate if any one has an...