> I would like to schedule a few application processes in a > cross-platform way. Instead of using the scheduler for Win32 and CRON > on *nix, would it be possible just using the System.Timer class? Does > mono have enough rights for this? The timer class is a per-program feature, not a system wide thing. Miguel