Cron Script Manager

Home   Syntax   Download   Screenshots   Contact

Cron Script Manager

Index

Intro

Cron Script Manager is an application for managing runnable scripts (like Windows batch). User can edit, run and schedule tasks.
Running a script is easy, click on a tray icon and select script or press combination of keys. However, writing scripts and editing schedule requires some programming skills.

Application is written in C# under VS2008 and requires
.NET Framwork 2.0 or later. Project is released on SourceForge.net under LGPL licence.

I (author) use it mostly for spin-ups (keeping external disks to spin constantly).

Download

Cron Script Manager can be downloaded here (both, binary and source).
Unpack and run, no installation is needed.

Usage

Run cronsm.exe. An icon appears on the Windows tray.
screenshot

Right click on icon and select Configure > Add script.
screenshot

Enter title and optional arguments, browse for script or create new one.
Optionally you can edit existing script and define shortcut by pressing keys (like CTRL, ALT...).
screenshot

To run created script at the specified time, right click on tray icon and select Schedule.
Enter minute (0-59), hour (0-23), day of month (1-31), month (1-12), day of week (0-6) and script name starting with ? (e.g. ?my_script).
See
cron syntax for more info.
screenshot

Script can be also started manually. Right click on tray icon and select Run > my_script.
screenshot

Troubleshooting

Question: Cron does not trigger a command on Windows Vista.
Answer: Security issues for running scripts without permissions. Cron Script Manager works fine on Windows XP SP2. Detailed answer will be written after the test...

Question: Cannot run another instance of the application. Why?
Answer: It is a feature not bug. Only one instance is allowed so the Cron cannot get with conflict with another Cron.

Question: Can I use Cron Script Manager for commercial purposes?
Answer: Yes, but I do not guarantee that everything works perfectly. Test it before you use it. I've tested it on WinXP SP2 and works fine for me. Anyway, this application is free.

Questions

Send me an e-mail if you have any question.