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

Popular posts from this blog

Uploading Image to Sql Server Image Datatype in asp.net using fileupload Control

Get Running Sum of Query SQL Query