home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / FDEVENT.ZIP / FDEVENT.FAQ next >
Text File  |  1997-12-03  |  4KB  |  95 lines

  1. Surgical Steel #1 @207
  2. Tue Dec 02 20:48:09 1997
  3. To.......... Monk #1 @815 [ Filenet Ne
  4. Monk spoke with eloquent passion thusly:
  5.  
  6.  >         Ie!  I do hourly callouts anyway - but that's from FD.
  7.  M#@[> yikes how fun. im learning how to add callouts manually via a F-KEY.
  8.  M#@[> Someone help me with events please ?
  9.  
  10.         Sure, no problem.
  11.  
  12.         Go to this screen in FDSETUP:
  13.  
  14. Modem   Printer   Manager
  15. ══════════════════╔══════════╗══
  16. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ Events  <------------choose this
  17. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ Folders  ║▒▒
  18. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ Security ║▒▒
  19. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ Requests ║▒▒
  20. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ Modem    ║▒▒
  21. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒╚══════════╝▒▒
  22. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  23.  
  24.         You'll get a screen that looks like:
  25.  
  26. ╔═════════════════════════════════════════════════════════════════════
  27. ║  #   T  Days      M  Start   Length  Lev   Min    Max    Delay
  28. ║─────────────────────────────────────────────────────────────────────
  29. ║  0   @  -------A  *  00:00   00:01     0      0     -1      0
  30. ║  1   X  -------A  *  00:00   00:01   200      0     -1      0
  31. ║  2   X  -------A  *  00:50   00:01   111      0     -1      0
  32. ║  3   X  -------A  *  01:50   00:01   111      0     -1      0
  33. ║  4   X  -------A  *  02:50   00:01   111      0     -1      0
  34. ║  5   X  -------A  *  03:01   00:01   180      0     -1      0
  35. ║  6   X  -------A  *  03:50   00:01   111      0     -1      0
  36. ║  7   X  -------A  *  04:50   00:01   111      0     -1      0
  37.  
  38.         Choose one (or make one, if you've only got one event to start
  39.         with.  You'll get a small pop-up window that looks like:
  40.         [my comments separated by arrows]
  41.  
  42. ╔═════════════════════════════════════════════════════════════════════
  43. ║ Tag         X               <-------  eXternal event, required
  44. ║ Days        -------A         <------  runs every day
  45. ║ Modifier    Ignore eventbase (*) <--  just use this, less confusing
  46. ║ Start time  00:50            <------  24-hour format
  47. ║ Length      00:01            <------  all external events are 1-min
  48. ║ Errorlevel  111              <------  whatever errorlevel (see below)
  49. ║ Min.cost    0
  50. ║ Max.cost    -1
  51. ║ Behavior                     <------  sub screen below
  52. ║ Retry delay 0
  53.  
  54.  ╔════════════════════ Behavior ╗
  55.  ║ Allow users during event Yes ║  <----- really doesn't matter, IMHO
  56.  ║ Forced                   Yes ║
  57.  ╚══════════════════════════════╝
  58.  
  59.         Okay, Forced.  If your event is scheduled for 00:00, and you
  60.         have a user on from 23:50 to 00:10, a forced event will happen
  61.         AS SOON AS the user logs off.  A non-forced event will NOT
  62.         HAPPEN unless the system is free at that specific time.  I have
  63.         a forced callout every 3 hours, the others are non-forced.
  64.  
  65.         Now, the errorlevels.  From FD.BAT
  66.  
  67. fd
  68. if errorlevel 111 goto ppprj
  69.  
  70. :ppprj
  71. set wwiv_instance=1
  72. cd\bbs
  73. cleanup
  74. flink
  75. cd\bbs\filenet
  76. resend 0
  77. cd\bbs
  78. network /n120 .0
  79. :offhook call
  80. c:\echo ath1m0 > com2
  81. cd\bbs
  82. cleanup
  83. cd\fd
  84. goto loop
  85.  
  86.  
  87.         Actually, that's somewhat simplified, but I call lots of other
  88.         batch files...I'm usually running 2-3 deep in calls for various
  89.         reasons.  This *SHOULD* get you running... and yes, you'll have
  90.         to configure each external event separately.  It's a pain, but
  91.         once you're done with it, you won't have to touch it again until
  92.         you have to change it.
  93.  
  94. ... I was trying to daydream, but my mind kept wandering.
  95.