Top "Scheduled-tasks" questions

A scheduled task is a computer task that is scheduled to happen at a certain time and may repeat.

Running a cron every 30 seconds

Ok so I have a cron that I need to run every 30 seconds. Here is what I have: */30 * * * * /bin/bash …

ubuntu cron scheduled-tasks
Run a batch file with Windows task scheduler

I have a batch file daily.bat, this is the code: cd C:\inetpub\wwwroot\infoweb\factuur\cron c:\PHP\…

windows-7 batch-file scheduled-tasks
Run a task every x-minutes with Windows Task Scheduler

I'm trying to get Windows Task Scheduler to run a particular .exe every 10 minutes or so, but the options only …

windows scheduled-tasks
How to run cron once, daily at 10pm

I had entered: * 22 * * * test > /dev/null However, I am being notified via email that this is running every minute. …

bash cron system scheduled-tasks
How to check if a service is running via batch file and start it, if it is not running?

I want to write a batch file that performs the following operations: Check if a service is running If is …

windows windows-services batch-file scheduled-tasks
What is the Windows version of cron?

A Google search turned up software that performs the same functions as cron, but nothing built into Windows. I'm running …

windows cron scheduling scheduled-tasks
How do I get a Cron like scheduler in Python?

I'm looking for a library in Python which will provide at and cron like functionality. I'd quite like have a …

python cron scheduled-tasks
How to schedule a periodic task in Java?

I need to schedule a task to run in at fixed interval of time. How can I do this with …

java scheduled-tasks
Creating Scheduled Tasks

I am working on a C# WPF project. I need to allow the user to create and add a scheduled …

c# wpf scheduled-tasks
How can I schedule a daily backup with SQL Server Express?

I'm running a small web application with SQL server express (2005) as backend. I can create a backup with a SQL …

backup sql-server-express scheduled-tasks