|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to run scheduler for more than one time in a dayHi
I'm having VB console application. I want to schedule this app so that it can run for every 30 mins. I don't want to use Windows Services here. Is there any way where i can run scheduler for more than once in a day? Thanks srinivas wrote:
> Hi What do you mean you don't want to use windows services? Does that> I'm having VB console application. > I want to schedule this app so that it can run for every 30 mins. > I don't want to use Windows Services here. > Is there any way where i can run scheduler for more than once in a day? > > Thanks mean you don't want to use the Windows Task Scheduler? -- Tom Shelton [MVP] hi Tom,
Thanks for replying. What i mean to say is I don't want to use .net Windows Services to run my console application I want to use the Windows Task Scheduler ONLY. I want to schedule my console applicaion in Windows Scheduled Tasks.But the problem with Scheduled Tasks is that i can't run more than once in a day. But programatically i want that to be done in VB.net Thanks Srinivas Show quoteHide quote "Tom Shelton" wrote: > > srinivas wrote: > > Hi > > I'm having VB console application. > > I want to schedule this app so that it can run for every 30 mins. > > I don't want to use Windows Services here. > > Is there any way where i can run scheduler for more than once in a day? > > > > Thanks > > What do you mean you don't want to use windows services? Does that > mean you don't want to use the Windows Task Scheduler? > > -- > Tom Shelton [MVP] > > srinivas wrote:
Show quoteHide quote > hi Tom, Ok... I see what you want - and you can use the task scheduler for> Thanks for replying. > What i mean to say is > I don't want to use .net Windows Services to run my console application > > I want to use the Windows Task Scheduler ONLY. > I want to schedule my console applicaion in Windows Scheduled Tasks.But the > problem with Scheduled Tasks is that i can't run more than once in a day. > But programatically i want that to be done in VB.net > > Thanks > Srinivas > "Tom Shelton" wrote: > > > > > srinivas wrote: > > > Hi > > > I'm having VB console application. > > > I want to schedule this app so that it can run for every 30 mins. > > > I don't want to use Windows Services here. > > > Is there any way where i can run scheduler for more than once in a day? > > > > > > Thanks that. If your doing it manually, you can open the advanced task properties. And in there, it lets you specifie a duration for repeating a task... If you want to do it programatically, I can help you out with that as well :) -- Tom Shelton [MVP] Thanks alot Tom,
Till now i did't see the Advanced tab only. You saved my time. It will be great if you give me the programatical way also. Once again thank you very much.... Srinivas Show quoteHide quote "Tom Shelton" wrote: > > srinivas wrote: > > hi Tom, > > Thanks for replying. > > What i mean to say is > > I don't want to use .net Windows Services to run my console application > > > > I want to use the Windows Task Scheduler ONLY. > > I want to schedule my console applicaion in Windows Scheduled Tasks.But the > > problem with Scheduled Tasks is that i can't run more than once in a day. > > But programatically i want that to be done in VB.net > > > > Thanks > > Srinivas > > "Tom Shelton" wrote: > > > > > > > > srinivas wrote: > > > > Hi > > > > I'm having VB console application. > > > > I want to schedule this app so that it can run for every 30 mins. > > > > I don't want to use Windows Services here. > > > > Is there any way where i can run scheduler for more than once in a day? > > > > > > > > Thanks > > Ok... I see what you want - and you can use the task scheduler for > that. If your doing it manually, you can open the advanced task > properties. And in there, it lets you specifie a duration for > repeating a task... > > If you want to do it programatically, I can help you out with that as > well :) > > -- > Tom Shelton [MVP] > > srinivas wrote:
> Thanks alot Tom, Here is the C# source for a class library I wrote to interact with the> Till now i did't see the Advanced tab only. > You saved my time. > It will be great if you give me the programatical way also. windows scheduler... http://mtogden.com/~tom/files/SchedulingAgent.NET.zip -- Tom Shelton [MVP] Thanks again :)
Show quoteHide quote "Tom Shelton" wrote: > > srinivas wrote: > > Thanks alot Tom, > > Till now i did't see the Advanced tab only. > > You saved my time. > > It will be great if you give me the programatical way also. > > Here is the C# source for a class library I wrote to interact with the > windows scheduler... > > http://mtogden.com/~tom/files/SchedulingAgent.NET.zip > > -- > Tom Shelton [MVP] > >
Possible to set/reference a property 'dynamically'?
Checked Listbox? network programming with vb Error that I can't figure out Parse String in Quotes as without Quotes Update ODBC DSN Properties in VB.NET Code? Can't seem to get AcceptButton working when changed in code? free tutorials Form getting maximize PictureBox with shortcut possible? |
|||||||||||||||||||||||