Creating Cron Job using WGET , Running URL on Task Schedular
1.Download Wget Tool using below url :
https://eternallybored.org/misc/wget/
and download latest available tool
2.copy wget.exe to C:\Windows\System32
3.Open Task Schedular in Windows
4.Create Action
and under Action enter below things
Program/Script : Wget
Argument : --append-output=C:\Wget\page.txt https://www.abcd.com/page.aspx
Comments
Post a Comment