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: well for me, www.ebay.com also times out, and the command at the end which is "echo hello" is executed, check your url direcly with ping and check if ...
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 need a sample batch file that will ping several servers and send the results to a log file, with a time stamp as well. If possible, it would be gr...
Summary: well, yeah Mechanix... i tried that too, but the matter here is that pinging 2 times will take twice the time... i dont really have any problems with ...
Summary: Mechanix2, I need some help creating an advanced ping batch file. What the batch file would do is this. A batch file running on server A would contino...
Summary: Hi all, I have a problem creating a batch file that allows me to test that a link is up. This is what i have so far, i'm a beginner to this, so this m...
Summary: Hi i need to know how to create a batch file that, besides recording the pinging of an IP device, adds the TIME of each PING at the end of each line e...
Summary: Interesting... Out of curiosity I wrote a quick app in C++ that uses the high-resolution timer and got very similar values to yours. My reason for usi...
Summary: Hi I am currently trying to create a batch file to read text from a file, display it on the screen updating it every 2 seconds and beep if it finds so...
Summary: Hi... I use one main batch file, that executes 9 other smaller batch files... so that each one can run and complete before going on to the next (requi...
Summary: I am trying to do the following: 1. Create a batch file that will ping hosts on the network. 2. If the host is up enumerate the NETBIOS name table usi...
Summary: I stole this code from another post, but how do I make it so that when I get a reply it DOES NOT write the IP to the batch file? :start @echo off setL...
Summary: For MS-DOS based system after v3.3 and any of its descendents, the following will work: echo Backup Complete! echo Y | date | find "urre" echo Y...
Summary: Hey, I'm relatively new to batch file programing and I am tearing my hair out over this. I want to be able to set the results of a command as a variab...
Summary: I am attempting to create a login script, (batch file), that will copy updated files from a server share to local drive when users login. If they hav...
Summary: I did try them. Thank you. Also, I really need a bacth file for this request - purpose (per the title). I created several test scenarios. C:\test\f...
Summary: Hej! i am new at dos batch files, so i need your help to notice what i am doing wrong. I have built a .NET program called JLMail which can send mail ...
Summary: I'm trying to create a batch file to ping a given IP address then, if this fails I want it to try pinging the same address but with .1 at the end of t...
Summary: I got it right now. The issue was that the <My Address> was incorrect. How can I have the batch file verify and show me the results on weather the...
Summary: I would like to create a batch file to rename all *.cap files to *.mp3 in a certain directory before moving them all to another directory. I will nee...
Summary: I need some help with a batch file, writing the output from a program to a system variable. For example I am running a grep command (windows Grep) gre...
Summary: Great thanks to IVO and Mechanix2Go who have recently helped me with some batch files! I have been tasked with getting some "stuff" done and I can use...
Summary: I created a simple batch file to lookup physical addresses on our network and store them to a file. You have to manually enter the IP, but I'd like to...
Summary: Hi, can anyone help with this, it's driving me up the wall!! I want to query the network adapter type of a remote computer and then sort the result an...