home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / TOOLS / WCRON198 / history < prev    next >
Text File  |  1997-08-13  |  6KB  |  189 lines

  1.                       ┌───────────────────────────┐
  2.                       │ D O N ' T   P A N I C   ! │
  3.                       │          ;-)              │
  4.                       └───────────────────────────┘
  5.  
  6. History
  7. ───────┘
  8.  
  9. version 1.98
  10. (12 August 1997)
  11. ──────────────────────────────
  12. - Tool MKSEM.EXE added. This little tool doesn't do much, it just
  13.   make a file semaphore so you don't have to write a cmd-file for doing
  14.   this (f.e. with an "echo . >semaphore" in it).
  15. - email support:
  16.   WarpCron sends a email...
  17.   on start of program
  18.   on end of program
  19.   on unnormal exit (trap)
  20.   
  21.   And WarpCron can send you today's logfile via email every day.
  22.   See warpcron.cfg for details.
  23. - 4os2 support:
  24.   if COMSPEC points to 4os2, WarpCron will use it.
  25.   You can use .btm-files just like every .exe-file then.
  26. - you can force WarpCron to run in 25-lines or 50-lines mode with
  27.   LargeScreen true; or
  28.   SmallScreen true;
  29. - key 'w' shows last date/time of config file and its size
  30.  
  31. version 1.95beta
  32. (5 May 1997)
  33. ──────────────────────────────
  34. - WarpCron can check its config for changes automatically.
  35.   Keyword "CheckConfig;" in warpcron.cfg activates this.
  36. - You can edit the config file directly out of WarpCron with
  37.   your prefered editor via key "c" and keyword "Editor <your
  38.   editor>;".
  39.   Be warned. This is quite a fast hack, and it seems that it
  40.   just runs with textmode editor, not with PM.
  41.   If you really need a PM editor.. write me and I will rewrite
  42.   this part.
  43. - WarpCron can start events at startup and/or end.
  44.   Keywords "RunAtStartup" and "RunAtEnd" in an event block.
  45.  
  46. version 1.94
  47. (18 Apr 1997)
  48. ──────────────────────────────
  49. - if StartRelated is true, WarpCron writes the PID of a started
  50.   program to logfile
  51. - kill-events (type "k") and keyword "StartRelated"
  52.   If "StartRelated" is true WarpCron will start every program as
  53.   a child process and can kill that process with an event type "k".
  54.   See example 7 in warpcron.cfg for or keywords "StartRelated" and
  55.   "event type k" in warpcron.cfg.
  56. - "min" true/false in event configuration.
  57.    With "min true" warpcron will start the program of the event
  58.    minimized.
  59.  
  60.  
  61. version 1.93beta
  62. (02 Apr 1997)
  63. ──────────────────────────────
  64. nothing, just bug fixing.
  65.  
  66. version 1.92beta
  67. (01 Apr 1997)
  68. ──────────────────────────────
  69. nothing, just bug fixing.
  70.  
  71. Features added by version 1.9beta
  72. (20 mar 1997)
  73. ──────────────────────────────
  74. - very much code is completely rewritten.
  75.   I can implement new features much easier now :-). And WarpCron is much
  76.   faster, too.
  77. - ExcludeTimes for an event
  78. - unmissable events
  79. - DenyPath
  80. - SemDelay
  81. - pid-file
  82. - show a event with all parameters (key "e")
  83.  
  84. Features added by version 1.5b3
  85. (14 feb 1997)
  86. ───────────────────────────────
  87. - running an event JUST on semaphore, not on any time.
  88.   Just leave the time-statement away in the event-block.
  89.   See example 6 in warpcron.cfg.
  90.  
  91. Features added by version 1.5ß
  92. (08 january 1997)
  93. ───────────────────────────────
  94. - cmd's are started with a '/c' after the 'start'-command.
  95.   This means that you don't need an 'exit' in your cmd's anymore.
  96.   CMDs are terminated automatically now.
  97. - News cfg-statement:
  98.   LogFile <path\logfile>
  99.   specifies a special name and path for the logfile.
  100.   Note: normally the normal statement 'LogPath' is sufficient.
  101. - logging can be turned off/on during runtime now
  102. - path to the warpcron.cfg can be given by the start parameter
  103.   '-c<configfile'
  104.   Try 'warpcron ?' for more info.
  105. - WarpCron can be terminated by a semaphore.
  106.   -> statement 'EndSem' in the config.
  107. - an event can be manually started.
  108.   Try key 's'.
  109.   Note: you have 10 second to enter an event number, otherwise WarpCron goes
  110.         back to its work automatically.
  111. - WarpCron changes to the correct program directory of cmd's now, too.
  112.  
  113. Features added by version 1.47
  114. (09 December 1996)
  115. ──────────────────────────────
  116. - WarpCron can start DOS-session now directly
  117.   Write 'ProgramType D;' for fullscreen and 'ProgramType d;' for window
  118.   I don't know if this works with Windoze-programs too... but:
  119.   who care's anyway? ;-)
  120. - exeption handling if logfile does not exists anymore
  121. - help screen
  122. - toggle between short event-infos (as usual) or long infos with
  123.   program, type and parameters
  124.  
  125. Features added by version 1.45ß
  126. ───────────────────────────────
  127. - WarpCron can read its warpcron.cfg again on runtime when
  128.   - a special semaphore exists (0 byte file)
  129.   - every X hour
  130.   - on key 'r'
  131. - WarpCron searches its warpcron.cfg in the etc-directory which is
  132.   defined by the "set etc=..." statement of OS/2 TCP/IP.
  133. - signtime default is now 24 hours.
  134. - you can write the event name right after the event keyword, for example:
  135.   event MyEvent;
  136.         bla bla;
  137.   end;
  138. - The screen repaints only after an event launch now. This saves a little
  139.   CPU-Time and looks nicer ;-)
  140.  
  141. Features added by version 1.42ß
  142. (08 October 1996)
  143. ───────────────────────────────
  144. - Textcolor and backcolor
  145. - "next event to schedule"
  146. - new sorting of events
  147.  
  148. Features added by version 1.41ß
  149. (30 September 1996)
  150. ───────────────────────────────
  151.  
  152. - Logfile in binkley-style
  153. - signtime
  154.  
  155. Features added by version 1.4
  156. (25 September 1996)
  157. ──────────────────────────────
  158.  
  159. - calculating the RunEveryX... from TIME/DATE up to the actual time/date.
  160.   For example: you write 'RUNEVERYXDAY 4' and 'DATE 2.03.1994'; then
  161.   WarpCron will calculate the next valid day to run from the 2.03.1994.
  162.   Or: 'RUNEVERYXMIN 120' (two hours) and 'TIME 02:15'.
  163.   You start WarpCron at 12:40, then the event will start at 14:15, 16:15 and
  164.   so on.
  165. - semaphores for an event.
  166.   For example: you write for event 'beam me up' a 'SEMPATH e:\ipc\mail_in.ipc'
  167.   and 'TIME 14:42'.
  168.   Then the event 'beam me up' will start on 14:42 OR when the file
  169.   e:\ipc\mail_in.ipc exists.
  170. - <no name> as name-default
  171. - CTRL+BREAK will not corrupt the logfile
  172. - 'q' quits every time now
  173. - special path for the logfile
  174. - WarpCron changes to 50-lines mode if >18 events
  175. - you can lock an event for writing into the logfile
  176.  
  177. Features added by version 1.3x
  178. (5 September 1996)
  179. ───────────────────────────────
  180.  
  181. - RunEveryXDays
  182. - RunEveryXMonths
  183. - changes to the program's directory before starting it
  184. - run on a specific date
  185. - weekdays default to true
  186.  
  187.          ────────────────────────────────────────────────────────────
  188.  
  189.