Search found 2 matches

by prepek2000
02 Sep 2011 00:23
Forum: DOS Batch Forum
Topic: Batch script with condition?
Replies: 3
Views: 4981

Re: Batch script with condition?

Yes it does. I can expect that there is 4-5 diff values output of each pinged database. So therefore i would like to have log only from those which are not with OK output.
by prepek2000
01 Sep 2011 04:29
Forum: DOS Batch Forum
Topic: Batch script with condition?
Replies: 3
Views: 4981

Batch script with condition?

Hi guys! I would like to create batch script for doing bunch of databases TNSPING. I have created one batch file aca.bat and put in there this: tnsping test1.bb.com tnsping test2.bb.com tnsping test1.bb.com . . . then i have execute it from cmd prompt like this aca.bat >>tnsping.log and in tnsping.l...