Search found 2 matches

by pedrohgl18
30 Aug 2018 06:27
Forum: DOS Batch Forum
Topic: TNSPING Multiple hosts
Replies: 3
Views: 3143

Re: TNSPING Multiple hosts

Keeps in looping at Testing 1.
by pedrohgl18
29 Aug 2018 13:20
Forum: DOS Batch Forum
Topic: TNSPING Multiple hosts
Replies: 3
Views: 3143

TNSPING Multiple hosts

im trying to create a .bat to check multiple hosts, the code below doent work and idk why. please help me =) @echo off set fnm=c:\scripts\databases.txt set lnm=c:\scripts\results.txt if exist %fnm% goto Label1 echo. echo Cannot find %fnm% echo. Pause goto :eof :Label1 echo Ping Test on %date% at %ti...