I want to write a batch file that sends the same http request everyday at a specific time.
I have tried this :
start http://mysite.org
exit
I want to write a batch file that sends the same http request everyday at a specific time.
I have tried this :
start http://mysite.org
exit