How to check from command line if a certain URL exists?

  • Thread starter Thread starter Sabine Elsner
  • Start date Start date
"Roy Ditch" <Roy Ditch@discussions.microsoft.com> wrote in message
news:A03A5898-EC42-4E4A-A032-6F68C1A8B570@microsoft.com...
>
>
> "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
 
Back
Top