Jump to content

Recommended Posts

Posted

Hi, how can I configure the server to execute some aspx page (located on

server) everyday at 10PM? What do you suggest?

W2K3 IIS 6

 

Thanks in advance!

  • Replies 5
  • Created
  • Last Reply
Guest Edwin vMierlo [MVP]
Posted

Re: Scheduler?

 

 

"Paulo" <prbspfc@uol.com.br> wrote in message

news:OCTp2OIeIHA.4464@TK2MSFTNGP02.phx.gbl...

> Hi, how can I configure the server to execute some aspx page (located on

> server) everyday at 10PM? What do you suggest?

> W2K3 IIS 6

>

 

Make the page the homepage and launch explorer at 10PM every day ?

Posted

Re: Scheduler?

 

Yes... I need to do it automatically! How?

 

The page will send some emails!

 

"Edwin vMierlo [MVP]" <EdwinvMierlo@discussions.microsoft.com> escreveu na

mensagem news:%23NBL2SIeIHA.4852@TK2MSFTNGP05.phx.gbl...

>

> "Paulo" <prbspfc@uol.com.br> wrote in message

> news:OCTp2OIeIHA.4464@TK2MSFTNGP02.phx.gbl...

>> Hi, how can I configure the server to execute some aspx page (located on

>> server) everyday at 10PM? What do you suggest?

>> W2K3 IIS 6

>>

>

> Make the page the homepage and launch explorer at 10PM every day ?

>

>

>

Posted

Re: Scheduler?

 

Should I do a VB exe with browser component wich opens the url and after

executing closes itself?

 

The server should ve scheduled to run this program every day... What do you

think man ?

 

"Paulo" <prbspfc@uol.com.br> escreveu na mensagem

news:Owzj7VIeIHA.4120@TK2MSFTNGP06.phx.gbl...

> Yes... I need to do it automatically! How?

>

> The page will send some emails!

>

> "Edwin vMierlo [MVP]" <EdwinvMierlo@discussions.microsoft.com> escreveu na

> mensagem news:%23NBL2SIeIHA.4852@TK2MSFTNGP05.phx.gbl...

>>

>> "Paulo" <prbspfc@uol.com.br> wrote in message

>> news:OCTp2OIeIHA.4464@TK2MSFTNGP02.phx.gbl...

>>> Hi, how can I configure the server to execute some aspx page (located on

>>> server) everyday at 10PM? What do you suggest?

>>> W2K3 IIS 6

>>>

>>

>> Make the page the homepage and launch explorer at 10PM every day ?

>>

>>

>>

>

>

Guest Tesdall
Posted

Re: Scheduler?

 

On Feb 26, 9:27 am, "Paulo" <prbs...@uol.com.br> wrote:

> Hi, how can I configure the server to execute some aspx page (located on

> server) everyday at 10PM? What do you suggest?

> W2K3 IIS 6

>

> Thanks in advance!

 

Batch File

@ Echo off

Load http://weburl

 

Thats just to open the website. do you want to close it? anything else

you want it to do?

Guest Edwin vMierlo [MVP]
Posted

Re: Scheduler?

 

>

> The page will send some emails!

>

 

and why do you have this in a webpage then ?

could you not script it and use a free SMTP emailer (such as blat.exe) ?


×
×
  • Create New...