Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
DOS batch file need to rec pings
Name: grimeyD Date: September 21, 2006 at 02:51:18 Pacific OS: nt CPU/Ram: n/a Product: n/a
Comment:
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.g. Out put to look like this:
Reply from 172.16.1.1: bytes=32 time=16ms TTL=255 TIME Reply from 172.16.1.1: bytes=32 time=16ms TTL=255 TIME Request Timed Out TIME
Summary: Hi, I’m stuck on part of a batch file I’m working on. What I’m trying to do is copy all files with the extension JPE in a directory to another directory, adding “ (E-mail Size)” to the file name and m...
Summary: I need help with a DOS Batch File. I have added my batch file to a Win98 Boot Floppy. The Batch file includes a Menu. One of the Menu Choices is for copying the WinXP I386 Folder etc. to a C:\I386, Fo...
Summary: Hi I need to split a numeric value ex "111111110" by each digit from the right hand side. Could someone please tell me how to get this done in a DOS batch file ex : chr1 = 0 chr2 = 1 chr3 = 1 chr4 = ...