home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / EVENT.ZIP / EVENT.DOC next >
Text File  |  1992-08-16  |  2KB  |  69 lines

  1. EVENT is a program to let other nodes on the BBS be taken offline
  2. during a BBS event.  When the event is complete, the other nodes
  3. will return to operation of the BBS.
  4.  
  5. This program is designed for use with Lantastic, Desqview, Windows,
  6. or just about any network or multitasker.
  7.  
  8. If you don't use Lantastic, EVENT will create a RUNNING.DAT file
  9. when first run. EVENT.EXE will run until a key is pressed or it 
  10. can't find the RUNNING.DAT file.
  11.  
  12. COMMAND LINE OPTIONS:
  13.  
  14. BBS=
  15. TIMEOUT=
  16. NODE=
  17. PATH=
  18.  
  19. If you don't use a network such as Lantastic, use the PATH= command
  20. to tell EVENT where it should create it's RUNNING.DAT file. Don't
  21. add the filename, just indicate a DRIVE and DIRECTORY. While
  22. this file exists, EVENT will run until it times out. After your
  23. event is complete, simply delete this file.
  24.  
  25. Examples that should be added to your nodes' EVENT batch files:
  26.  
  27. NON-LANTASTIC EXAMPLE:
  28.  
  29. EVENT  BBS NAME=The Brainex System  NODE=1  TIMEOUT=30  PATH=C:\GAP
  30.  
  31. LANTASTIC EXAMPLE:
  32.  
  33. EVENT  BBS NAME=The Brainex System  NODE=1  TIMEOUT=30
  34.  
  35. In the batch file run by the main node (the one running the BBS maintenance
  36. events)
  37.  
  38.   For Lantastic add:
  39.  
  40.   NET RUN \\node id " "
  41.  
  42.   to the last line of the batch file.
  43.  
  44.  
  45. In the above example, if your node id was GODZILLA then command would
  46. look like: NET RUN \\GODZILLA " "
  47.  
  48. The Net Run command will send a keypress through the network to
  49. the EVENT.EXE program, causing it to exit.
  50.  
  51.  
  52.   For Non-Lantastic add:
  53.  
  54.   DEL C:\GAP\RUNNING.DAT
  55.  
  56.   to the last line of the batch file.
  57.  
  58.  
  59. This program is SHAREWARE. If you like it, and intend to 
  60. use it on your BBS, please send $10 to:
  61.  
  62. Stanley Sheff
  63. 9124 Beverly Bl.
  64. Beverly Hills, CA 90210-4016
  65.  
  66. From Brainex BBS - 310-275-2344 HST
  67.                    310-273-5234 v.32bis/v.42bis
  68.  
  69.