It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Iam using Windows7..And i want to schedule task for multiple timings.Means the schedule task should send mail for 2times a day .Around 9am and 3pm.I have searched a lot but cant find ..Please Some one out there help me out
Thanks for any response
Look at
Start Menu -> All Programs -> Accessories -> System Tools -> Task Scheduler
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is there any way to limit the list of shown tasks in the Tasks view? I want to only show tasks contained in the file which I currently edit.
Try Configure contents... in the menu of the Tasks view. There you can change the Scope to On selected element only for example.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
How can I see a list of running processes (like seen in the windows task manager) in windows Powershell?
The command Get-Process is what you're looking for
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is it even possible to define tasks outside tasks.py?
You can define tasks outside of tasks.py, you just need to tell the workers where the tasks are. You can do that using the CELERY_INCLUDE setting (or the -I argument to celery worker)
If you mean sending task source code to the workers then that is a more complex problem. It can be solved but it will be very limited.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i have a question about access 2000 or 2003 , can i set up a time for each day that it automatically click on a button in form to perform a query ? is this possible, i think u have to write a VGA code for this ?
Yes, you can do this. To expand on Remou's suggestion:
Create an event in Windows Task Scheduler to run at the same time every day.
The event will call a macro in your Access db.
The macro will call the procedure behind the button.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want a push notification service to run on windows written using C#. Is it possible any guide lines?
Simple google search showed me this tutorial which seems cover everything.