Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: Re: Scheduling


Message #1 by "BC" <billcohen@h...> on Fri, 1 Nov 2002 07:13:25 -0600
Do you have an example of something like this?

Thanks-

----- Original Message ----- 
From: "Laeg Ent." <laeg_enterprises@y...>
To: "ASPToday Discuss" <asptoday_discuss@p...>
Sent: Thursday, October 31, 2002 3:54 AM
Subject: [asptoday_discuss] Re: Scheduling


> Try using a batch file. Invoke the browser exe and
> then
> pass it the location of the asp file.
> 
> Laeg
> 
>  --- BC <billcohen@h...> wrote: > Is there
> anyway on a shared hosted server (Verio) to
> > invoke an ASP page on a
> > regular schedule?
> > 
> > I am not aware of any code in ASP that runs on a
> > timer but I thought that I
> > may have missed something.
> > 
> > Thanks-
> >  
> 
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
> 
Message #2 by "=?iso-8859-1?q?Laeg=20Ent.?=" <laeg_enterprises@y...> on Mon, 4 Nov 2002 09:59:46 +0000 (GMT)
Get up a dos prompt on the server. Type edit
mybatchfile.bat

When the editor comes up type
C:\Program~1\Intern~1\IEXPLORE.EXE
http://servername/myaspfile.asp

The location of the IE might be different on your
machine so you will have to find that.

When you have saved mybatchfile.bat 

type at \\Machinename time "mybatchfile.bat"
where machinename is the name of the server
and time is the time the batch file is to be
invoked.

Type at /?  at the dos prompt to find more of the
command options.


 --- BC <billcohen@h...> wrote: > Do you have
an example of something like this?
> 
> Thanks-
> 
> ----- Original Message ----- 
> From: "Laeg Ent." <laeg_enterprises@y...>
> To: "ASPToday Discuss"
> <asptoday_discuss@p...>
> Sent: Thursday, October 31, 2002 3:54 AM
> Subject: [asptoday_discuss] Re: Scheduling
> 
> 
> > Try using a batch file. Invoke the browser exe and
> > then
> > pass it the location of the asp file.
> > 
> > Laeg
> > 
> >  --- BC <billcohen@h...> wrote: > Is there
> > anyway on a shared hosted server (Verio) to
> > > invoke an ASP page on a
> > > regular schedule?
> > > 
> > > I am not aware of any code in ASP that runs on a
> > > timer but I thought that I
> > > may have missed something.
> > > 
> > > Thanks-
> > >  
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Everything you'll ever need on one web page
> > from News and Sport to Email and Music Charts
> > http://uk.my.yahoo.com
> > 
>  

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

  Return to Index