Search found 3 matches

by steinjcf
24 Jan 2014 05:56
Forum: DOS Batch Forum
Topic: Batch "URL check alive" script
Replies: 4
Views: 2179

Re: Batch "URL check alive" script

ha,

i need to say that i thought about that ;) thanks for tip !
by steinjcf
24 Jan 2014 05:40
Forum: DOS Batch Forum
Topic: Batch "URL check alive" script
Replies: 4
Views: 2179

Re: Batch "URL check alive" script

Thank you very much ! like i guess the key was "for" command i made little upgrade, by deleting this ( echo facebook.com echo google.pl echo inteliwise.com ) >tempurl.txt now we need to make tempurl.txt manually but it's easier to input URLS for newbies bellow whole code for others @echo o...
by steinjcf
24 Jan 2014 03:30
Forum: DOS Batch Forum
Topic: Batch "URL check alive" script
Replies: 4
Views: 2179

Batch "URL check alive" script

Hello firstly, i'm newbie in batch etc. secondly i wanna write, hum.. i wrote script that check's URL's alive using ping and errorlevel, Here's a sample @echo off title URL_Checker echo Witaj, echo. echo rozpoczynam sprawdzanie adresow echo. echo. set logFilePath=log\SUCCESS_log.txt set logFilePath1...