home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / job201.zip / JOBBER2.DOC < prev   
Text File  |  1994-07-22  |  3KB  |  70 lines

  1. ┌────────────────────────────────────────────────────────────────────────────┐
  2. │ JOBBER v2.01 by Oliver R.Bell                   (c) Anglopean Limited 1994 │
  3. └────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. JOBBER2 is a continuation of a program that we originally wrote in TPascal
  6. under MS-DOS. REXX appears to be the easiest way to implement similar 
  7. functionality under OS/2.
  8.  
  9. In the future, time permiting, we may put a little more time aside to improve
  10. the user interface but at the moment this is low priority.
  11.  
  12. The program has two main tasks:
  13.  
  14. 1) Execute commands based on the time and day.
  15.  
  16. 2) Execute commands based on a physical flag file on the disk.
  17.  
  18. A brief look at the enclosed JOBBER2.DAT file should be enough to get you
  19. started.
  20.  
  21. The layout of the file is:
  22.  
  23. COMMAND_TO_EXECUTE,AT_TIME,OR_ON_FLAG,ON_DAYS
  24.  
  25. i.e. to execute the command C:\CMDS\DIRSYNC.CMD at 14:00 on Mondays, 
  26. Wednesdays and Fridays, or if the flag C:\CMDS\DIRSYNC.FLG comes into  
  27. existance your entry would read.
  28.  
  29. C:\CMDS\DIRSYNC.CMD,14:00,C:\CMDS\DIRSYNC.FLG,024
  30.  
  31. The days are allocated on the basis of 0=Monday, 1=Tuesday, etc.
  32.  
  33. The flag file will cause the job to execute regardless of the day of the week.
  34.  
  35. There is no defined limit to the number of tasks that you can lay down 
  36. for Jobber2 to perform.
  37.  
  38. JOBBER2 expects a directory called C:\JOBBER to exist, this gives it a 
  39. location to write an audit trail to.
  40.  
  41. NB: Midnight is a special time used internally in the code. It is important
  42. that *NO* jobs are scheduled for this time.
  43.  
  44. The program itself is freeware. All we ask is that you mail us and let us
  45. know what you are doing with it. Either send us a postcard from your home
  46. town or use e-mail.
  47.  
  48. No guarantee of the functions and features of this program are either
  49. expressed or implied, neither Anglopean Limited nor Oliver R.Bell will
  50. take any responsibility for your use of the software.
  51.  
  52. If it breaks please feel free to either send both halves back to me, in
  53. which case we will see if we can fix them, or drop both halves in the bin
  54. and try and alternative product.
  55.  
  56. Bar that, have fun, we hope it helps you. If you need support please
  57. contact us either via e-mail or snail mail at the address below.
  58.  
  59. Oliver R.Bell
  60. Anglopean Limited
  61. England
  62.  
  63. e-mail CIS    : 100140,336
  64. internet      : 100140.336@compuserve.com
  65.  
  66. Smail         : 51 Brooklands Road
  67.               : Burnley
  68.               : Lancashire
  69.               : England BB11 3PR
  70.