home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 321.lha / NazCron_v1.02 / Remind.doc < prev    next >
Text File  |  1989-12-11  |  2KB  |  49 lines

  1. Remind.rexx  by Don Nafis
  2. -------------------------
  3.  
  4. Since NazCron detaches itself from the CLI, it is not a simple task to send
  5. reminders to a user, one of the more useful functions of a timer program of
  6. this type.  To help remedy the situation, I've written this ARexx script
  7. that may be executed from NazCron to send reminders, as well as speak them
  8. in AmigaVoice.  While the script works well from NazCron, it is not limited
  9. to NazCron use.  You can execute it from any ARexx or Execute script
  10. (directly from the CLI if you wish).
  11.  
  12.   Usage:
  13.        rx remind message
  14.  
  15.   where:
  16.        message = any ascii text message that can fit across the screen.
  17.  
  18.   example:
  19.        rx remind This is a reminder message.
  20.  
  21.  
  22. The syntax is the same for NazCron use as well.  Here are some suggestions
  23. for using remind.rexx from NazCron:
  24.  
  25.   0-5 18 * * 1-5 rx remind It's OK to use P C Pursuit and People Link.
  26.   0-5 19 * * 1-5 rx remind It's Ok to call BIX.
  27.   29-30 18 * * 1-5 rx remind Time for Cheers on Channel twenty nine.
  28.  
  29.  
  30. If you make improvements to this script, I'd love to hear about them.
  31.  
  32. Don Nafis
  33. PO Box 1515
  34. Laurel Springs, NJ 08021
  35.  
  36. Compuserve 70656,133
  37.  
  38. BBS:   Viva! Amiga!
  39.        (609) 227-8278
  40.        130 Meg - 3/12/24 - 24 hours
  41.  
  42. Note:  NazCron is available on Compuserve, PeopleLink, Viva! Amiga! an
  43.        other computer bulletin board services, or directly from me at the
  44.        address listed above.  Please note that the latest version is 1.02
  45.        and the Shareware fee is $10.  Viva! Amiga! maintains a support
  46.        section for NazCron and other shareware programs provided by Nazlo
  47.        Associates Ltd.
  48.  
  49.