home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMTRBBS / SALL101.ZIP / SENDALL.DOC < prev    next >
Encoding:
Text File  |  1992-04-29  |  2.2 KB  |  62 lines

  1.                                    Send All
  2.                                       By
  3.                                   Rob  Green
  4.  
  5. Sendall sends a message to all users at logon.  TriBBS's board when a message
  6. is made to all that is important, most users won't see it as they head
  7. directly to the files, or doors.  This program was made to solve that problem.
  8. It leaves a message to the user when he logs on. This program uses a simple
  9. line editor, but future editions will include a full screen editor.
  10.  
  11. This program is NOT free.  It is SHAREWARE. that means you are free to try out
  12. this program for 60 days, after that time period has expired you are expected
  13. to pay $15 dollars to:     Rob Green
  14.                            836 Gaslight Circle
  15.                            Winter Park,  FL 32792
  16.  
  17. INSTRUCTIONS:
  18.    You must create a config file in the following format:
  19.       BOARD      ; this is the name of the board. PCB, GAP, TRIBBS, WC, or SF.
  20.       Board name ; The name of your board
  21.       SysOp name ; Your name
  22.       Directory  ; Directory where the door file(s) are located.
  23.       Locked     ; Locked baud rate, 0 if not set.
  24.  
  25. An example Config file might be:
  26. SENDALL.CFG:
  27. GAP
  28. The Rush Room
  29. Rob Green
  30. C:\TRIBBS\     ;Notice the ending slash, it IS needed.
  31. 0
  32.  
  33. To start the program it requires several parameters:
  34.    SENDALL Config_file Path_to_USERS.DAT Path_to_put_messages
  35.  
  36. an example startup sequence might be:
  37. MAIN$.BAT   ; So it can be accessed from the main menu
  38. cd \TRIBBS\DOORS\SENDALL
  39. SENDALL sendall.cfg c:\TRIBBS\MWORK c:\TRIBBS\DISPLAY
  40.  
  41. notice no ending slashes after the directories name!!!
  42.  
  43. A startup screen is sent to the screen, if they exist, they are:
  44. SENDALL.ANS, and SENDALL.BBS.  It is recommended that you have some kind
  45. of rules listed here(See below)
  46.  
  47. It is recommend that you set strict rules on how this program is used.
  48. Otherwise users will curse, put down other people, etc...  Or you can
  49. just set it for CoSysOps/SysOps use only.  Whatever you decide, i WILL NOT
  50. be liable for any thing that happens, this includes, but not limited to:
  51. Personal humiliation, insufiecent guide lines, etc...
  52.  
  53.  
  54.  
  55. Hope this is helpfull
  56.  
  57. Rob Green
  58. The Rush Room
  59. (407) 678-3425
  60.  
  61.  
  62.