Questions tagged [scheduler]
63 questions
-1
votes
1 answer
Run Windows Task Scheduler through Web Interface
Is it possible to run (on demand), not schedule, a simple task that has already been scheduled under Windows Task Scheduler, through a web interface?
Any suggestions are appreciated.
Thank you
Info: We have Apache server running on a windows 7…

Charlie
- 23
- 4
-1
votes
1 answer
php core script not getting called from Crontab
I am using core PHP and written a simple script that needs to be called automatically. For testing purpose I have just written a print statement as below,
$host = 'localhost';
$user = 'admin';
$pass = 'password';
$db = 'TestDB';
print ($user);
When…

user595016
- 1
- 1
-2
votes
1 answer
Scheduler to switch things on/off based on weekday, date and time of day
I'm looking for a Linux program that can give me an on/off answer based on time. I'm thinking of something that can read simple rules like these
mon-wed 18:30-21:15
thu 17:30-21:15
fri 14:00-17:00
2016.10.10 10:00-13:00
and give me a…

sba
- 99
- 3