home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WCPOST.ZIP / WCPOST.DOC < prev    next >
Text File  |  1994-10-11  |  7KB  |  149 lines

  1.                     wcPOST! v1.01, the Simple Message Poster
  2.                            written by Stephen Barclay
  3.  
  4.                            Support available at:
  5.                                The Taz's BBS
  6.                     Node 1 - (616) 373-4231 - USR 28.8 v.34
  7.                     Node 2 - (616) 373-4245 - Supra 14.4 v.32
  8.                             FidoNet - 1:2201/59
  9.                       Internet - sbarclay@tazbbs.bbs.net
  10.  
  11.  
  12.  Legalities:
  13.  
  14.     wcPOST is distributed under the FREEWARE concept.  As such I nor anyone
  15.   who distributes this software will be held responsible for any misfortunes
  16.   on your part.  I make NO WARRANTY either written or implied.
  17.  
  18.     You **** CAN ***** modify the supplied code for any application you see
  19.   fit to fulfill your BBS's needs.  Although if you come up with something
  20.   GOOD please pass it along.
  21.  
  22.  
  23.           PLEASE READ WCPOST.HIS FOR VERSION CHANGES AND INFORMATION
  24.  
  25.  What is wcPOST and it's features:
  26.  
  27.     wcPOST simply put is a Auto-Message posting utility for Wildcat! v4.01
  28.   that will allow you to specify which security levels to send mail to or
  29.   not to send mail to.
  30.  
  31.      * Allow you to send ANY TEXT file to a group of Users.
  32.      * wcPOST is Menu Operated and only requires simple input.
  33.      * Logging of Messages sent, and creation of an Error Log file
  34.      * Two different programs in one.  There is one program which can
  35.        be run as an event, and one which can be run via the menu.
  36.      * You can have the Event wcPOST send YOU (SysOp) up to 5 different
  37.        text files. Up to 2 different Messages to All Users excluding one
  38.        security level.  Also wcPOST will send a text file to any ONE
  39.        specific security level you specify.  You can also have it send
  40.        a message to all!
  41.  
  42.  Files:
  43.              wcpost.wcc - wcPOST (Event) wcCode file
  44.            wcpost_x.wcc - wcPOST (Menu) wcCode file
  45.              wcpost.wcx - wcPOST (Event) Compiled for Wildcat! v4.01 ONLY!
  46.            wcpost_x.wcx - wcPOST (Menu) Compiled for Wildcat! v4.01 ONLY!
  47.              wcpost.doc - The file you are reading
  48.              wcpost.cfg - wcPOST (Event) config file
  49.              wcpost.his - wcPOST history file, changes, information
  50.  
  51.  Installation:
  52.  
  53.     1. Unzip archive into your Wildcat Home Dir (Must!)
  54.     2. Start up Makemenu and add the wcPOST (Menu) to your SysOp menu.(This is
  55.        the wcpost_x.wcx file)
  56.     3. Edit WCPOST.CFG file to reflect the messages you would like to have
  57.        sent on a DAILY basis in your EVENT.
  58.     4. Add the following file to your EVENT.BAT or equalivent.
  59.        WILDCAT /R WCPOST.WCX
  60.     5. Load up Wildcat and give the wcpost_x.wcx a try.  See how you like it.
  61.     6. That's it!
  62.  
  63.  Help & Hints:
  64.  
  65.     I wrote this program in hopes of learning the wcCODE language and further
  66.   my skills.  It's purpose was to replace POSTMSTR (Joe Lamoine's).  I have
  67.   hopefully succeeded with this by both offering a command line file (EVENT)
  68.   and also a Menu Operated (User friendly <g>) type of a Auto-Message Posting
  69.   utility.  I could add may features to this if it was requested but at this
  70.   time it's over exceeded my expectations for it's use.  So if you'd like to
  71.   be able to use it for something else let me know and I'd be glad to help.
  72.  
  73.   Help .....
  74.  
  75.      1.  In it's first release there is not much for Error checking.  I've
  76.         thrashed it as much as possible and I'm satisfied with the program.
  77.         If you do encounter any problems the I'd recommend DOUBLE checking
  78.         ALL FILE NAMES AND PATHS.  This is where I've found most of my other
  79.         problems with the program.
  80.  
  81.      2.   Check the WCPOST.ERR file for any other information as to a problem
  82.         with wcPOST.  Most of your information will be available through the
  83.         WCPOST.LOG file.  I've set it up to log as much information as possible
  84.         to help in debugging.
  85.  
  86.      3.   If you are using the MSGTOSYSOPx to send yourself messages and after
  87.         the message is sent all you see in the body of the message is the actual
  88.         file name that you specified then the file is MISSING, double check the
  89.         name and location of the file.
  90.  
  91.   Hints...
  92.  
  93.      If you are not going to use one of the options in the WCPOST.CFG file
  94.      then leave it blank.  If there is nothing specified it won't do anything,
  95.      make sense?  If your going to use wcPOST to send general "Info" then I'd
  96.      recommend using the wcPOST (MENU) program.  There is very little for you
  97.      to have to remember to operate this and it's much nicer <g>.
  98.  
  99.  
  100.   WCPOST.CFG used with WCPOST.WCX
  101. -------------------------------------------------------------------------------
  102. MSGTOSYSOP1=c:\wildcat\wcpro.txt
  103. MSGTOSYSOP2=c:\wildcat\wcpost.log
  104. MSGTOSYSOP3=c:\temp\newusers.lst
  105. MSGTOSYSOP4=
  106. MSGTOUSERSONLY=c:\wildcat\verifier.txt
  107. MSGTOUSERSONLYSEC=NEWUSER
  108. MSGTOUSERS1=
  109. MSGTOUSERSNOT1=
  110. MSGTOUSERS2=
  111. MSGTOUSERSNOT2=
  112. MSGTOALL=c:\wildcat\tazinfo.txt
  113. -------------------------------------------------------------------------------
  114.  
  115. Description :
  116.  
  117. MSGTOSYSOP1 - Specify the text file's directory and complete DOS name.
  118. MSGTOSYSOP2 -
  119. MSGTOSYSOP3 - This group will send the specified text files to the SysOp
  120. MSGTOSYSOP4 - only.
  121.  
  122. MSGTOUSERSONLY - Specify the text file's directory and complete DOS name.
  123.                  This is used to send ONLY to the next command's Security
  124.                  Level
  125. MSGTOUSERONLYSEC - Specify the Security Level to send the message to.
  126.                    Please make sure this is a valid MAKEWILD Security Level.
  127.  
  128. MSGTOUSERS1 - Specify the text file's directory and complete DOS name.
  129. MSGTOUSERS2 - These are used to send message to Users EXCEPT for the
  130.               specified security level's defined below. Please note that the
  131.               numbers correspond to one another.
  132.  
  133. MSGTOUSERSNOT1 - Specify the security level *NOT* to send the message to.
  134. MSGTOUSERSNOT2 - These correspond with MSGTOUSERSx text files.
  135.  
  136. -------------------------------------------------------------------------------
  137.  Closing :
  138.  
  139.    I hope I have left you with enough information to get the program up and
  140.    running.  If you encounter any problems or need further assistance please
  141.    feel free to contact me at the above listed places at the start of this
  142.    DOC file.
  143.  
  144.  
  145.    I'd like to send a special thanks to Mustang Software for Wildcat! v4.00
  146.    and wcCODE.  And I guess I better mention the wife so she dosen't feel left
  147.    out <g>.  Thanks Dear, .... yeah I'm on my way to bed.  Just a minute <g>
  148.  
  149.