home *** CD-ROM | disk | FTP | other *** search
- Send All
- By
- Rob Green
-
- Sendall sends a message to all users at logon. TriBBS's board when a message
- is made to all that is important, most users won't see it as they head
- directly to the files, or doors. This program was made to solve that problem.
- It leaves a message to the user when he logs on. This program uses a simple
- line editor, but future editions will include a full screen editor.
-
- This program is NOT free. It is SHAREWARE. that means you are free to try out
- this program for 60 days, after that time period has expired you are expected
- to pay $15 dollars to: Rob Green
- 836 Gaslight Circle
- Winter Park, FL 32792
-
- INSTRUCTIONS:
- You must create a config file in the following format:
- BOARD ; this is the name of the board. PCB, GAP, TRIBBS, WC, or SF.
- Board name ; The name of your board
- SysOp name ; Your name
- Directory ; Directory where the door file(s) are located.
- Locked ; Locked baud rate, 0 if not set.
-
- An example Config file might be:
- SENDALL.CFG:
- GAP
- The Rush Room
- Rob Green
- C:\TRIBBS\ ;Notice the ending slash, it IS needed.
- 0
-
- To start the program it requires several parameters:
- SENDALL Config_file Path_to_USERS.DAT Path_to_put_messages
-
- an example startup sequence might be:
- MAIN$.BAT ; So it can be accessed from the main menu
- cd \TRIBBS\DOORS\SENDALL
- SENDALL sendall.cfg c:\TRIBBS\MWORK c:\TRIBBS\DISPLAY
-
- notice no ending slashes after the directories name!!!
-
- A startup screen is sent to the screen, if they exist, they are:
- SENDALL.ANS, and SENDALL.BBS. It is recommended that you have some kind
- of rules listed here(See below)
-
- It is recommend that you set strict rules on how this program is used.
- Otherwise users will curse, put down other people, etc... Or you can
- just set it for CoSysOps/SysOps use only. Whatever you decide, i WILL NOT
- be liable for any thing that happens, this includes, but not limited to:
- Personal humiliation, insufiecent guide lines, etc...
-
-
-
- Hope this is helpfull
-
- Rob Green
- The Rush Room
- (407) 678-3425
-
-
-