home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 274.lha / NazCron_v1.0 / Read-Me.Remind < prev    next >
Text File  |  1989-08-07  |  2KB  |  61 lines

  1.  
  2.  
  3. Remind.rexx  by Don Nafis
  4. -------------------------
  5.  
  6. Recently I made the program NazCron available as shareware.  If you will
  7. indulge me for a few seconds, here is the "sales pitch" for NazCron:
  8.  
  9. Let your Amiga execute CLI commands or programs any time of the day or night.
  10. This "cron" program detaches itself from the initiating CLI or Workbench,
  11. supports enhanced Unix cron type events and can be controlled and manipulated
  12. with an extensive repertoire of AREXX commands.  The arc includes 4 useful
  13. sample ARexx scripts and full docs.  Executable is about 1500 bytes SMALLER
  14. than AmiCron.
  15.  
  16.  
  17. Back to remind.rexx:
  18.  
  19. Since NazCron detaches itself from the CLI, it is not a simple task to send
  20. reminders to a user, one of the more useful functions of a timer program of
  21. this type.  To help remedy the situation, I've written this ARexx script that
  22. may be executed from NazCron to send reminders, as well as speak them in
  23. AmigaVoice.  While the script works well from NazCron, it is not limited to
  24. NazCron use.  You can execute it from any ARexx or Execute script (directly
  25. from the CLI if you wish).
  26.  
  27. Usage:
  28.   rx remind message
  29.  
  30.   where:
  31.     message = any ascii text message that can fit across the screen.
  32.  
  33.   example:
  34.     rx remind This is a reminder message.
  35.  
  36.  
  37. The syntax is the same for NazCron use as well.  Here are some examples
  38. using remind.rexx from NazCron:
  39.  
  40. 0-5 18 * * 1-5 rx remind It's OK to use P C Pursuit and People Link.
  41. 0-5 19 * * 1-5 rx remind It's Ok to call BIX.
  42. 29-30 18 * * 1-5 rx remind Time for Cheers on Channel 29
  43.  
  44.  
  45. If you make improvements to this script, I'd love to hear about them.
  46.  
  47.   Don Nafis
  48.   PO Box 1515
  49.   Laurel Springs, NJ 08021
  50.  
  51.   Compuserve 70656,133
  52.  
  53.   BBS:  Viva! Amiga!
  54.         (609) 227-8278
  55.         130 Meg - 3/12/24 - 24 hours
  56.  
  57. Note: NazCron is available on Compuserve, PeopleLink, Viva! Amiga! and other
  58. computer bulletin board services, or directly from me at the address listed
  59. above.  Shareware fee is $10.  Viva! Amiga! maintains a support section for
  60. NazCron and other shareware programs provided by Nazlo Associates Ltd.
  61.