Hey guys, I had this fantastic idea. I came up with Cron scripter.
What is it?
Have you ever wanted to run cron scripts on IIS? the only way to do that right now is to use the task scheduler on windows.
This program will sit in you tray and run PHP scripts whenever you want them to run .. X amount of seconds since last execution.
What i have planned is a MYSQL table like they use in UberCMS. the program will check with one minute intervals to see if it is time to run a script and execute it when needed.
I am not sure if i should make it a Windows service or just a regular program that starts with windows and sits in the taskbar but i will make a decision on that later on when i'm back from lacrosse practice
Let me know what u guys think of this idea. I will start working on this later on tonight and will post my progress.
Started working on the Application as promised. I created the simple database and made the database connection in c#.
Here is a early screenshot.
Hopefully you guys get the idea of what i am trying to do here
EDIT:
Added a start and stop button.
Added a Configuration program.
Minimize will go to the system tray.
Added a log file to track missing cron scripts.
BETA 1 can be downloaded at
What is it?
Have you ever wanted to run cron scripts on IIS? the only way to do that right now is to use the task scheduler on windows.
This program will sit in you tray and run PHP scripts whenever you want them to run .. X amount of seconds since last execution.
What i have planned is a MYSQL table like they use in UberCMS. the program will check with one minute intervals to see if it is time to run a script and execute it when needed.
I am not sure if i should make it a Windows service or just a regular program that starts with windows and sits in the taskbar but i will make a decision on that later on when i'm back from lacrosse practice
Let me know what u guys think of this idea. I will start working on this later on tonight and will post my progress.
Started working on the Application as promised. I created the simple database and made the database connection in c#.
Here is a early screenshot.
Hopefully you guys get the idea of what i am trying to do here
EDIT:
Added a start and stop button.
Added a Configuration program.
Minimize will go to the system tray.
Added a log file to track missing cron scripts.
BETA 1 can be downloaded at
You must be registered for see links