Search found 3 matches

by dlboriginals
29 Dec 2010 14:50
Forum: DOS Batch Forum
Topic: batch file help
Replies: 7
Views: 7631

Re: batch file help

Ok that didn't work. Here's my code below, that I have pieced together from stuff I've found online. Rem delete badhost.log & allIP.log files if they exists If exist badhost.log del badhost.log If exist allIP.log del allIP.log Rem create badhost.log file @echo off > badhost.log Rem read all the ...
by dlboriginals
29 Dec 2010 14:14
Forum: DOS Batch Forum
Topic: batch file help
Replies: 7
Views: 7631

Re: batch file help

I'm going to try it and see. I appreciate your help and fast response.

The email program I am using in dos is mailsend.exe and I use command line within the batch file to execute the mailsend

I'll let you know if it works.
by dlboriginals
29 Dec 2010 13:25
Forum: DOS Batch Forum
Topic: batch file help
Replies: 7
Views: 7631

batch file help

Hello, I am rather new to creating batch files. And need some help figuring out how to do this function. I have a batch file that pings a list of ip addresses. If anyone of those ip's are not reachable then it records that information to a log file. This works fine, I also have it logging all the in...