iis - Automatic Server Inquery Clasic ASP -


i have admin system can send emails lead info in it.

what i'm trying achieve auto command 10 minutes after sent email email sent. page action of sending second email ready, how "activate" action without logging system , manually?

i'm using iis w. classic asp.

you'll need use batch file schedule task.

run batch file asp http://bytes.com/topic/asp-classic/answers/442265-asp-run-command-line

the batch command scheduled tasks make server automatic run asp-script every day

here how add 5 minutes (or 10 minutes) current time adding %time% variable in windows cmd script

i let read , combine that.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -