473,396 Members | 1,879 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to run scheduler for more than one time in a day

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

May 18 '06 #1
7 1347
yeah sql job scheduler.

May 18 '06 #2

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]

May 18 '06 #3
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


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]

May 18 '06 #4

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]

May 19 '06 #5
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

"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]

May 19 '06 #6

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]

May 19 '06 #7
Thanks again :)

"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]

May 19 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Eric | last post by:
I'm trying to have some scripts run periodically on Windows XP and found the "Task Scheduler" did not execute my scripts. My scripts are of the form scriptName.py, and will run just by invoking that...
4
by: keepyourstupidspam | last post by:
Anyone know of a reliable design for a Windows C++ Task Scheduler Class. The scheduler will expose a member function that will add schedules, its parameters will be an interval to run the tasks...
4
by: LongBow | last post by:
Hello all, I have been working on my first embedded project which has been exciting and stressfull at the same time. My task now is to develop a good scheduler for transmitting ARINC labels....
7
by: Shane Story | last post by:
Have an app and would like to allow easy addition of MYAPP.EXE /F /P (for example) my prog with command line args, as a job to be run. Would like to make it easier on the user to run the app. ...
8
by: VMI | last post by:
I'm searching for a way to build a scheduler that will store its data in sql server. I've searched google but it mostly displays sites that sell scheduler controls. Anyone know of any sites that...
1
by: operatingsystem | last post by:
I need to generate such scheduler in operating system subject which satisfy below conditions...may i request u if anybody knows abt this plz help me out in this..topics.. Scheduler...
2
by: rivlinp | last post by:
Can anyone help me in writing a scheduler in C ... here is the description of what i want :- Description Create a C program that simulates the scheduler component of an operating system. ...
1
by: Prof. William Battersea | last post by:
I'd like a class method to fire every n seconds. I tried this: class Timed: def.__init__(self): self.t = Timer(3, self.dothing) def.start(self): self.t.start()
5
by: greg | last post by:
sokol wrote: The sched module is *not* designed for multithreading. It assumes that the thread waiting for events is the only one putting events into the queue, so it's impossible for an...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.