internet

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
NIMP
Posts: 3
Joined: 21 Mar 2011 09:38

internet

#1 Post by NIMP » 21 Mar 2011 09:47

Hi,

How do I get data or read something from the internet like time for a website??

Thx.

Ben

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: internet

#2 Post by aGerman » 21 Mar 2011 13:35

What's the reason why you asked that in a Batch forum?
Do you want to create/update a web site using Batch? Not a good idea!

Regards
aGerman

ghostmachine4
Posts: 319
Joined: 12 May 2006 01:13

Re: internet

#3 Post by ghostmachine4 » 21 Mar 2011 19:40

NIMP wrote:Hi,

How do I get data or read something from the internet like time for a website??

Thx.

Ben



go to Google, search for "wget" for windows"

NIMP
Posts: 3
Joined: 21 Mar 2011 09:38

Re: internet

#4 Post by NIMP » 22 Mar 2011 07:56

I want to read the time from internet with a batch file.

!k
Expert
Posts: 378
Joined: 17 Oct 2009 08:30
Location: Russia

Re: internet

#5 Post by !k » 22 Mar 2011 08:50


NIMP
Posts: 3
Joined: 21 Mar 2011 09:38

Re: internet

#6 Post by NIMP » 22 Mar 2011 09:20

Thx

Do you maybe know how do I read other information from
the internet with a batch file??

!k
Expert
Posts: 378
Joined: 17 Oct 2009 08:30
Location: Russia

Re: internet

#7 Post by !k » 22 Mar 2011 10:12

ghostmachine4 wrote:"wget"

Post Reply