I want to periodically call this one http address in my network. My plan is to create a batch file, and put it on windows scheduler. Is there a built in windows command to call an http address?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
What exactly is your purpose and at what level do you want to do this? If you are fine with a browser kept open, Else, you could go with the scheduler and ' |
|||
|
|
If you install cygwin ( http://cygwin.org ) you will get a second "linux like" shell, including wget and other useful commands known from the linux world. |
|||
|
|