Can I login to a site in batch? -


I want to create a program in the batch that tells you about the things posted on the site. But to show the post, I have to login the program downloads the site using wget, then checks the HTML code for the new information, but when I use wget to download the site It downloads the login page from redirection What is a way to enter the site via CMD and then download the page shown before logging?

PS: Sorry for my bad language!

Syntax should be similar to Windows / Linux

wget -m - Http - user = username --http-password = password

or

wget -m

PS - I do not think so, but maybe it's " Try removing "

.

Comments