Click to See Complete Forum and Search --> : Automatic Execution


psn
06-16-2005, 07:50 AM
I have written a ASP Program called as 'program1.asp'.

This program is all about some calculations.

I want this program to be automatically executed every 30 days once.

That I need not type http://localhost/program1.asp every time in my browser, but the program itself should be automatically executed every 30 days once.

Can anyone help me in this issue.

Regards.

lmf232s
06-16-2005, 09:41 AM
take your asp file, remove all the <% %> tags and rename the file w/ the extension .vbs . This will create a .vbs file that you can then put on your server (any where you want) and schedule a windows task to run that file every 30 days.