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

  1. NazCron - Version 1.02
  2. ----------------------
  3. See below for V1.02 improvements.
  4.  
  5. Copyright (c) 1989 by Don Nafis & Nazlo Associates Ltd. All rights reserved.
  6.  
  7. NazCron provides timed command processing similar to the Unix Cron command.
  8. As with Cron, NazCron reads events from an ASCII text file and, when the
  9. indicated time is reached, executes the program whose name and parameters
  10. you have supplied.
  11.  
  12. Unlike Cron, NazCron allows for extensive manipulation of the events and
  13. most of the program functions through ARexx.  You may add, delete and
  14. display events using the ARexx language and you can use ARexx to control
  15. file and event processing.
  16.  
  17. You do NOT, however, need ARexx to run NazCron.  Without ARexx, NazCron is
  18. still a full featured Cron program.  NazCron reads and processes the same
  19. event file format as AmiCron but detaches itself from the CLI, executes
  20. more efficiently and uses less memory.
  21.  
  22.  
  23. Distribution files:
  24.  
  25.   Read-Me           This file.
  26.  
  27.   NazCron.doc       Full documentation in printable form. To print, just
  28.                     execute the following from the CLI:
  29.                          copy NazCron.doc to prt:<cr>
  30.                     You may read this file on your screen with the CLI TYPE
  31.                     command, the ADOS 1.3 MORE command or any other text
  32.                     reader, but since the file contains embedded printer
  33.                     control characters, it may be difficult to read.  If
  34.                     this bothers you, you can remove the control characters
  35.                     with a text editor prior to viewing on your screen.
  36.                     You should find it easier, though, to work from a
  37.                     printed copy.
  38.  
  39.   NazCron           The NazCron program.  For best results, copy this to
  40.                     your C: directory, or make sure that it is available in
  41.                     a path accessible to ARexx.
  42.  
  43.   NazCron.info      Icon for NazCron.  NazCron can be started from the
  44.                     Workbench.  To do so, you must copy this file and the
  45.                     program file (NazCron) to the same directory, one which
  46.                     is a Workbench drawer.  Open the drawer and double
  47.                     click on the NazCron icon and NazCron will swing into
  48.                     action.
  49.  
  50.   NCStart.rexx      Sample ARexx script.  This script suggests a method of
  51.                     starting NazCron so that NazCron uses the least amount
  52.                     of your Amiga's resources.
  53.  
  54.   NC.rexx           Sample ARexx script.  A general purpose script that
  55.                     enables you to send commands to NazCron directly from
  56.                     the CLI.
  57.  
  58.   NCAdd.rexx        Sample ARexx script.  Adds events to the NazCron event
  59.                     list from a CRONTAB formatted file.
  60.  
  61.   NCShow.rexx       Sample ARexx script.  Complete display of all active
  62.                     NazCron named events.
  63.  
  64.   Remind.rexx       Useful talking reminder script.  Uses the
  65.                     speak.handler.
  66.  
  67.   Remind.doc        Notes on the use of the remind.rexx script both with
  68.                     and without the use of NazCron.
  69.  
  70.   CRONTAB           Sample Crontab file.  There is one event in this file:
  71.                          * * * * * date >ram:date
  72.                     This CRONTAB will help you verify that your NazCron
  73.                     installation was successful.  Copy this file to your S:
  74.                     directory and start NazCron.  Each minute, the file
  75.                     "date" in ram: will be updated with the date and time
  76.                     stamp at which NazCron launched the event.
  77.  
  78.  
  79. NazCron may be copied and freely distributed for personal use.
  80.  
  81. NazCron is shareware, user-supported software.  If you like NazCron and
  82. continue to use it after a trial period, please send the $10 shareware fee
  83. to the address listed below and become a registered user.  You will receive
  84. the registered version of NazCron without the shareware reminder window.
  85.  
  86. As a registered user, you will be assured of timely information on
  87. upgrades, you will be given membership in the support section of our BBS,
  88. Viva! Amiga!, and you will feel good about contributing to the development
  89. of new utility programs for the Amiga.  By supporting all shareware
  90. authors, you will be in the driver's seat when it comes to deciding where
  91. future Amiga programs will be going; you will have a loud voice when we
  92. programmers are trying to hear what Amiga owners want in programs of the
  93. future.
  94.  
  95. Send your check for $10.00 to register your copy of NazCron and receive the
  96. latest version without the reminder window to:
  97.  
  98.   Don Nafis
  99.   Nazlo Associates Ltd.
  100.   P.O. Box 1515
  101.   Laurel Springs, NJ  08021
  102.  
  103. Please make your check payable to "Nazlo Associates Ltd."
  104.  
  105. Commercial vendors may distribute NazCron with their products as long as
  106. they distribute all files provided here with the exception of the
  107. registered version, and make it clear that NazCron is shareware.  Before
  108. distributing NazCron with your package, you must send for written
  109. permission.  This way I can make sure that you will be distributing the
  110. latest version.
  111.  
  112. If you find this program lacking in any way and thus choose not to
  113. register, I would like to hear your suggestions or complaints.  Please
  114. contact me at one of the following and give me a piece of your mind:
  115.  
  116.  
  117.   Nazlo Associates Ltd.
  118.   P.O. Box 1515
  119.   Laurel Springs, NJ  08021
  120.  
  121.   (609) 228-8088 Voice
  122.  
  123.   (609) 227-8278 BBS -
  124.                           Viva! Amiga!
  125.                     3/12/24 - 8/N/1 - 24 hours
  126.                        130 Megabytes Online
  127.  
  128.   Compuserve 70656, 133
  129.  
  130.  
  131. Thank you.
  132.  
  133.  
  134. Don Nafis
  135.  
  136.  
  137.  
  138. NazCron Version 1.02 improvements:
  139. ----------------------------------
  140.  
  141. - Bug fix:  Sporadic GURUs during interval timing shutdown.  V1.0 was
  142.             incorrectly terminating interval timing leaving itself open to
  143.             a memory stomp in a highly active system, i.e., one with a lot
  144.             of task swapping or one running programs doing a lot of
  145.             AllocMem() and FreeMem() calls.
  146.  
  147. - New:      Status window.  Execute NazCron a second time and it will
  148.             display an execution status window.  This is both a positive
  149.             indication that NazCron is running and a method of determining
  150.             NazCron's internal state without the use of ARexx.  The window
  151.             shows the name of the current crontab file, whether event
  152.             processing is ACTIVE or SUSPENDED and whether the crontab file
  153.             is LOCKED or UNLOCKED.  This feature may be used from the CLI
  154.             or from WorkBench.  Note: the status window will stay on the
  155.             WorkBench screen until you click the left mouse button anywhere
  156.             within the window or press any key on the keyboard.
  157.  
  158. -           Shareware reminder.  This is the little window that is
  159.             displayed by the unregistered version whenever NazCron loads a
  160.             CRONTAB file.  It displays a registration plea for 5 seconds
  161.             then requests a mouse click.  Click anywhere in the window and
  162.             the window goes away leaving NazCron to do its thing.
  163.             A similar window is displayed every hour while NazCron is
  164.             active, but this window does not require intervention.  I know
  165.             it's a pain to have to put up with, but in the four months that
  166.             NazCron has been available, I have received ZERO registrations.
  167.             Previous versions of NazCron probably did too good a job of
  168.             being unobtrusive.  Send the $10 registration fee and I'll send
  169.             you a copy without this blankity-blank window.  PLEASE NOTE:
  170.             the unregistered version of NazCron is not crippled in any way.
  171.             All features are active and available.  Only the registered
  172.             version is lacking since it doesn't have this shareware
  173.             reminder feature.
  174.  
  175. -           Remind.rexx script.  This ARexx script is documented in its own
  176.             doc file.  It turns NazCron into a handy reminder program,
  177.             making use of the Amiga's windowing, multi-tasking and speech
  178.             capabilities.  Note that Remind.rexx does not need to use
  179.             NazCron to be useful.  You can execute it from other ARexx or
  180.             ADOS scripts to keep you apprised of script progress or
  181.             termination.
  182.  
  183. -           Remind.doc, Remind.rexx instructions.
  184.  
  185. - Changes:  The V1.0 SHOW_STATUS ARexx command returned a null string if
  186.             there was no active CRONTAB file.  V1.02 returns the string
  187.             "<<no-CRONTAB-active>>" in that case.  This was done to give
  188.             the user positive feedback about the state of CRONTAB
  189.             processing.  This change also prepares for the concatenation of
  190.             additional position dependent, "white space" delineated, status
  191.             information in future versions.
  192.  
  193. -           Additional coding efficiencies in event searching decrease
  194.             event execution startup time.  You probably won't notice the
  195.             difference unless, like us, you are running some cpu hog like
  196.             BBS-PC!
  197.  
  198. -           The ARexx script NC.rexx now has expanded usage showing all of
  199.             the NazCron ARexx commands.  Type "rx nc" without any other
  200.             arguments and you will get a list of all of the commands.
  201.  
  202. -           NazCron.doc has been updated to reflect changes and additions
  203.             to NazCron with Version 1.02.  A new section has been added
  204.             named "Technical notes and suggestions".
  205.  
  206. - Also:     Recompiled "C" portion under Lattice 5.04, re-assembled the
  207.             assembler portion with the 5.04 version of the assembler.
  208.  
  209.