If I have a script (on an NT server) that checks web links how can I get the
script to run once a day like a cron job in unix.
Basically I want it to kick off the script automatically
on the NT server at a certain time each day.
Right now the script sends me back the bad links to my DOS screen.
If I could make it run once a day I would like it to send me
an email with the output or write it to a log file.
Please advise.