Short: Cy is an AREXX program to manage CyberCron 1.15 Author: rick@freenet.vancouver.bc.ca Uploader: rick freenet vancouver bc ca Type: util/misc Architecture: m68k-amigaos * Overview cy is an AREXX program to manage CyberCron 1.15, the cron utility. The command line options allow you to start, stop, suspend and resume CyberCron's operation. You can also list all queued events and list the event(s) that are queued to run next. If cy is run with no option, it opens a window that shows all events and their next execution times. You can delete and add events, purge rexx events, open/close CC's logfile, suspend, resume. * Requirements CyberCron. And AREXX. That's it. * Installation AREXX has to be running. Make sure the script bit on cy is set and it is somewhere in the path. 'cy ?' will give usage information and show the current CyberCron path, crontab and editor settings. If yours are different, you'll have to change the assigns in the program under the heading 'constants and assigns'. 'cy -b' will start CyberCron if it isn't already running. Then try just 'cy' for the window stuff. The keys for movement between events and windows and the other options are shown at the bottom