Hack Forums

Full Version: Site data .bat?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've searched and cannot find an answer, so sorry if this has been posted beforehand.

Is it at-all possible to get data from a site to display in a batch?

For instance: A batch which tells you the weather from a site, so that every time you run the batch it gives you up-to-date weather reports
Nope I can't think of anyway that a batch could do that Confused
it would take a while to code, but it is possiable to get a rss feed reader in batch, then direct it to a wether feed, tell u what, that will be my next batch project, a rss reader :), btw, ive done web search
@echo off
echo Type in the website
set /p website=
start http://toolbar.netcraft.com/site_report?url=%website%

This is my last post.
I just wanted to get :
2,815 posts.
Unclean Spirit, if u left from HF, y u posting, not that i have anything against u, just y the sig?
I couldn't leave HF I had your post count terrorpc, it would drive me crazy! xD
Thanks for the help guys
Reference URL's