home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / TXTBCST.ZIP / TXTBCST.DOC next >
Text File  |  1993-10-11  |  4KB  |  117 lines

  1.  
  2.                               TXTBCST 1.1b
  3.                    Copyright (C) 1993 John Woodstock
  4.                           All Rights Reserved
  5.  
  6.  
  7.                         TXTBCST is supported by:
  8.  
  9.           Residence:                             Support BBS:
  10.  
  11.           John Woodstock                         Your Software Resource
  12.           P.O. Box 436                           (516) 736-6662
  13.           Coram , NY   11727-0436                
  14.  
  15. -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  16.  
  17. TXTBCST is a utility to create .REP  messages for .QWK  mail doors from 
  18. text files from the DOS command line.  Text files longer than standard 
  19. message length are automatically chopped off and put in multiple 
  20. messages. Text is added to the message to denote a split has taken place 
  21. and the "SUBJECT" is modified to denote the continuation as well. If 
  22. replies packet already exist on disk, new replies will be appended to 
  23. it.
  24.  
  25. To use TXTBCST, execute the command:
  26.  
  27. TXTBCST Text_file BBS_ID From To Subject Conference [private]
  28.  
  29. Text_file  - The text file from which you want the message              
  30. created.
  31.  
  32. BBS_ID     - The .REP packet name of the BBS.
  33.  
  34. From       - This is where you'd put your name.
  35.  
  36. To         - Who the message is for (the receiver).
  37.  
  38. Subject    - What the message is about.
  39.  
  40. Conference - Topic area number on the BBS for the message.
  41.  
  42. ** For the names and subjects, be sure to put semicolons ";"
  43. ** between words instead of spaces.  For example:
  44.                     John Woodstock =  John;Woodstock
  45.                       J. T. Smith  =  J.;T.;Smith
  46.                     Items for sale = Items;for;sale
  47.  
  48. [private]  - Optional: Message status.  This option lets you                      
  49. control who can read your message.  The default is PUBLIC which means 
  50. everyone can read your message.  These options may not be available on
  51. all BBSes and .QWK mail doors.  I've found that these options worked 
  52. with Qmail4 and PCBoard.
  53.  
  54.     P - Only the receiver of the message may read the message.
  55.  
  56.  
  57.     ** The system operator (SysOp) can read all message doesn't
  58.     ** matter what status the message is set at.
  59.  
  60. Customized tagline is available by setting the environment variable 
  61. 'TAGLINE'.  To do this issue the command:
  62.  
  63.     SET TAGLINE=Daddy what happens when I type FORMAT C: ???
  64.  
  65. Execute TXTBCST without and parameter will list a few command line 
  66. examples.
  67.  
  68. After successful execution of TXTBCST, the message(s) will be stored in 
  69. a file named BBS_ID.MSG.  Just compress this with PKZIP or whatever 
  70. compression method that the BBS uses.  Make sure the compressed file has 
  71. the BBS_ID as the name and .REP as the extension.
  72.  
  73. -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  74. Registration:
  75.  
  76.   This program is Shareware, No registration is asked at this time. 
  77. Comments, suggestions, critiques, donations are welcome.
  78.  
  79. -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  80. Future Enhancements Planned:
  81.  
  82. 1)   I am planning on allowing you to replace the conference number with 
  83. a group code. The group code will then permit multiple BBSIDs and 
  84. conferences to be copied.
  85.  
  86. -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  87. STANDARD DISCLAIMER:
  88.  
  89. This program is provided on an "AS IS" basis.  No warranty of any kind 
  90. is expressed or implied.
  91.  
  92.           ******   USE THIS PROGRAM AT YOUR OWN RISK. *******
  93.  
  94. I take no responsibility for any damage caused directly or indirectly 
  95. from the use or the inability to use this program.
  96.  
  97. -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  98. Copyrights:
  99.  
  100. QWK and Qmail
  101.     - Copyrights of Mark "Sparky" Herring of Sparkware, the original 
  102. creator of QWK.
  103.  
  104. PCBoard
  105.     - Copyrights of Clark Development Company.
  106.  
  107. PKZIP
  108.     - Copyrights of Phil Katz of P.K. Ware Inc.
  109.  
  110. -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  111. Release History:
  112.  
  113. Oct-11-93 - Changed the output file routine to prepare for allowing a 
  114. group code to be used instead of indiviual conferences
  115.  
  116. Oct-6-93 - Version 1 complete
  117.