"Roy Ditch" <Roy
(E-Mail Removed)> wrote in message
news:A03A5898-EC42-4E4A-A032-(E-Mail Removed)...
>
>
> "Sabine Elsner" wrote:
>
>> How can I check from command line (!) if a certain URL e.g.
>>
>> http://192.168.0.47:4050/aaa/bbb/m.html
>>
>> exists?
>>
>> Again: Typing in the URL in browser is not the way I am searching for.
>> It should be detected from command line
>>
>> Sabine
>>
>>
ping 192.168.0.47 from a computer in 192.168.0.xxx
This will show whether the computer exists or not.
From that point on, you are on your own.
Jim