home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / RUNON13.ZIP / RUNON.DOC < prev    next >
Text File  |  1993-11-04  |  3KB  |  80 lines

  1. RUNON  version 1.3
  2. ------------------
  3.  
  4. RUNON is a nifty utility for running events only on certain days. The format
  5. for one specific day is:
  6.  
  7. RUNON [day] [program]
  8.  
  9. DAY
  10. ---
  11. RUNON will look for the first three letters of the day you enter, or the
  12. number (1=SUN, 2=MON, ...,7=SAT). If the day you entered is equivilant to
  13. the day RUNON is being executed, it will execute the program you have 
  14. specified.
  15.  
  16. PROGRAM
  17. -------
  18. You can enter the name of a batch file, executable file, or whatever you 
  19. wish. I would prefer using batch files myself, but RUNON should let you run 
  20. EXE and COM files as well.
  21.  
  22. RUNON will let you enter parameters as well. For example, for VBBS users who 
  23. want to net only on Wednesdays, you can type:
  24.  
  25.         RUNON WED VNET /NET NETWORKID=1
  26.  
  27. or, you can type:
  28.  
  29.         RUNON 4 VNET /NET NETWORKID=1
  30.  
  31. Either will work fine.
  32.  
  33. Now, you can specify a range of days you want to execute the event. To do 
  34. this, you must use a series of Y's and N's in order from Sunday through 
  35. Saturday. The Y's tell RUNON that you DO want to execute the event on this 
  36. day. The N's tell RUNON that you DON'T want to execute the event. For 
  37. example, if you want to run the event on Tuesday AND Thursday, you would 
  38. say:
  39.  
  40. RUNON NNYNYNN event
  41.       ^^^^^^^
  42.       |||||||
  43.       ||||||Saturday - The "N" says to NOT run the event on Saturday.
  44.       |||||Friday - The "N" says NOT to run this event on Friday
  45.       ||||Thursday - The "Y" says to run this event on Thursday
  46.       |||Wednesday - The "N" says to run this event on Wednesday
  47.       ||Tuesday - The "Y" says to RUN this event on Tuesday
  48.       |Monday - The "N" says to NOT run this event on Monday
  49.       Sunday - The "N" says to NOT run this event on Sunday
  50.  
  51. I know this is a little trickey, but once you get the hang of it, it's really
  52. simple. Just think of it as a calander. On a normal calander you have the
  53. days of the week listed from Sunday to Saturday. Just put a "N" in that slot
  54. if you DON'T want to run the event and a "Y" in that slot if you DO want to
  55. run the event. Here are some more examples:
  56.  
  57.       SMTWTFS
  58. RUNON YNNNNNY   -Run the event on Sunday and Saturday
  59. RUNON NYYYYYN   -Run the event on Monday THROUGH Friday
  60. RUNON YYYYYYY   -Run the event DAILY
  61. RUNON NNNNNNN   -DON'T EVER RUN THE EVENT
  62. RUNON YNYNYNY   -Run on Sunday, Tuesday, Thursday, and Saturday.
  63.  
  64. Got it? Just remember, to use this format, you MUST put it in this format.
  65. That's all you have to do!
  66.  
  67.  
  68. If you have any problems with RUNON, you may contact me at
  69.  
  70.                                 David Smith
  71.                                 P.O. Box 223
  72.                                 McKenzie, AL  36456-0223
  73.                                 BBS# (205) 374-8124
  74.                                 VirtualNET 1@1205607
  75.                                 FidoNET 1:18/6
  76.  
  77.  
  78.  
  79.  
  80.