I have some code I want to run every 30 minutes. In the windows task scheduler -> Create Task -> Action -> new – there is a place to insert it a script/program.
My question what kind of project I need to create to add there my program, and what kind of file I need to add – dll?
What I wish to run every 30 minutes is a 30~ lines of code that get something from then net, process it and insert it to a db.
Thanks.
Task Scheduler runs ordinary EXEs.
You don’t need to do anything special.