Ask a Question related to ASP Database, Design and Development.
-
Kikuyu #1
Automating tasks
I have a simple auction site (written in ASP with Access
database running on Windows 2000 server with IIS) and I
want to automatically send an email to auction
participants when the auction has ended.
The end date of an auction is stored in a table in the
Access database. Is there a best practice to
automatically read this date to send an email?
Please reply by email and any ideas are welcome even if it
requires additional programming using some other
application.
Thanks!
Kikuyu Guest
-
Automating Flash in Emails
Now i am not certain if this can even be done, but i would like to embed a flash movie into and email and have it autoload with the email.... so it... -
Help automating backup process
Hi, I'm tinkering with site_file.js and menus.xml to add a 'backup file' functionality to the DW MX 2004 right mouse menu. What I'm trying to do... -
background tasks without "scheduled tasks"
I'm doing some work for a company that has an auction site running in coldfusion. They're not real happy with it, and it needs a major overhaul,... -
Automating FTP file transfers
In article <aptsb.7427$lm1.51312@wards.force9.net>, Limey Drink <bhicking@bhicking.plus.com> wrote: -
AutoMating
I need help in automating a process that adds a logo to a picture and places it on the btm left corner of the picture. -
Kikuyu #2
Automating Tasks
I have a simple auction site (written in ASP with Access
database running on Windows 2000 server with IIS) and I
want to automatically send an email to auction
participants when the auction has ended.
The end date of an auction is stored in a table in the
Access database. Is there a best practice to
automatically read this date to send an email?
Please reply by email and any ideas are welcome even if it
requires additional programming using some other
application.
Thanks!
Kikuyu Guest
-
Ray at #3
Re: Automating Tasks
Use the task scheduler on your server to check for any auctions that ended
that day. Like, if your auctions can end any day of the week and the cutoff
time is midnight, schedule a task to run every night at midnight.
Replies stay in the group.
Ray at work
"Kikuyu" <kikuyu.daniels@modicom-removethis-.com> wrote in message
news:0cca01c3dabe$6f890d00$a501280a@phx.gbl...> I have a simple auction site (written in ASP with Access
> database running on Windows 2000 server with IIS) and I
> want to automatically send an email to auction
> participants when the auction has ended.
>
> The end date of an auction is stored in a table in the
> Access database. Is there a best practice to
> automatically read this date to send an email?
>
> Please reply by email and any ideas are welcome even if it
> requires additional programming using some other
> application.
>
> Thanks!
Ray at Guest
-
Terry Murray #4
Re: Automating Tasks
I this task scheduler available in Windows XP Pro. And if so where do I find
it?
Thanks
Terry
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:uPfktDs2DHA.2948@TK2MSFTNGP09.phx.gbl...cutoff> Use the task scheduler on your server to check for any auctions that ended
> that day. Like, if your auctions can end any day of the week and the> time is midnight, schedule a task to run every night at midnight.
>
> Replies stay in the group.
>
> Ray at work
>
> "Kikuyu" <kikuyu.daniels@modicom-removethis-.com> wrote in message
> news:0cca01c3dabe$6f890d00$a501280a@phx.gbl...>> > I have a simple auction site (written in ASP with Access
> > database running on Windows 2000 server with IIS) and I
> > want to automatically send an email to auction
> > participants when the auction has ended.
> >
> > The end date of an auction is stored in a table in the
> > Access database. Is there a best practice to
> > automatically read this date to send an email?
> >
> > Please reply by email and any ideas are welcome even if it
> > requires additional programming using some other
> > application.
> >
> > Thanks!
>
Terry Murray Guest
-
Ray at #5
Re: Automating Tasks
Yes, it's in the control panel. Or you can schedule tasks with the AT task
scheduler at the command prompt. Enter AT /? for info.
Ray at home
"Terry Murray" <tgmurray@rogers.com> wrote in message
news:hbmNb.30861$%wh.104@news04.bloor.is.net.cable .rogers.com...find> I this task scheduler available in Windows XP Pro. And if so where do Iended> it?
>
> Thanks
>
> Terry
>
> "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> news:uPfktDs2DHA.2948@TK2MSFTNGP09.phx.gbl...> > Use the task scheduler on your server to check for any auctions that> cutoff> > that day. Like, if your auctions can end any day of the week and the>> > time is midnight, schedule a task to run every night at midnight.
> >
> > Replies stay in the group.
> >
> > Ray at work
> >
> > "Kikuyu" <kikuyu.daniels@modicom-removethis-.com> wrote in message
> > news:0cca01c3dabe$6f890d00$a501280a@phx.gbl...> >> > > I have a simple auction site (written in ASP with Access
> > > database running on Windows 2000 server with IIS) and I
> > > want to automatically send an email to auction
> > > participants when the auction has ended.
> > >
> > > The end date of an auction is stored in a table in the
> > > Access database. Is there a best practice to
> > > automatically read this date to send an email?
> > >
> > > Please reply by email and any ideas are welcome even if it
> > > requires additional programming using some other
> > > application.
> > >
> > > Thanks!
> >
>
Ray at Guest
-
David Morgan #6
Re: Automating Tasks
Beautiful. I would go one step further and shell from ASP to WSCript and
copy an "auction ends" .vbs and then schedule it to run at the auction end
time, then delete itself.
I have always wondered how E-Bay do it.... Do you think they poll every
second for completing auctions or set up a task when the auction is created.
You will note you cannot change the auction end time.
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:uPfktDs2DHA.2948@TK2MSFTNGP09.phx.gbl...cutoff> Use the task scheduler on your server to check for any auctions that ended
> that day. Like, if your auctions can end any day of the week and the> time is midnight, schedule a task to run every night at midnight.
>
> Replies stay in the group.
>
> Ray at work
>
> "Kikuyu" <kikuyu.daniels@modicom-removethis-.com> wrote in message
> news:0cca01c3dabe$6f890d00$a501280a@phx.gbl...>> > I have a simple auction site (written in ASP with Access
> > database running on Windows 2000 server with IIS) and I
> > want to automatically send an email to auction
> > participants when the auction has ended.
> >
> > The end date of an auction is stored in a table in the
> > Access database. Is there a best practice to
> > automatically read this date to send an email?
> >
> > Please reply by email and any ideas are welcome even if it
> > requires additional programming using some other
> > application.
> >
> > Thanks!
>
David Morgan Guest



Reply With Quote

