home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / SFMKMSG1.ZIP / SFMKMSG.DOC < prev    next >
Text File  |  1994-12-30  |  5KB  |  115 lines

  1.                       SF Make Message (SFMKMSG) v1.0
  2.                           Copyright (C) John Kaye
  3.                        HAWK EYE BBS - (416) 481-7816
  4.                         Updated: December 31, 1994
  5.  
  6. Introduction:
  7.  
  8.      I have always encouraged and tried to improve my message
  9.      bases on my BBS. To increase messages on my BBS, I wrote a
  10.      PCR program. Now, I am finding little free time and have
  11.      started to automated more things on my BBS. One feature
  12.      which I knew other BBS Softwares had was the ability for
  13.      sysops to automatically insert messages from a command line
  14.      (as an event). I searched for such a utility, and came upon
  15.      two files, SFHELLO & SFSECSEN3, both written by Chris Tyson,
  16.      however, these didn't allow messages to be added in specific
  17.      conferences, with a specific To field. I was not able to get
  18.      in touch with him, so I was determined to write SFMKMSG.
  19.  
  20.      SFMKMSG is a utility which allows sysops to automatically
  21.      enter messages into a specific Spitfire conference. This can
  22.      remove the hassle of going through your message areas and
  23.      entering messages which you'd like to post regularly.
  24.      Examples would be BBS Advertisements of your BBS in BBS Ads
  25.      conferences in various mail networks.
  26.  
  27.      SFMKMSG is written by John Kaye (me!), in Turbo Pascal 6.0.
  28.      SFMKMSG is my first real project completed in Turbo Pascal,
  29.      and maybe if I get good response from this program I might
  30.      actually buy myself a newer version <G>. Currently, I am the
  31.      sysop of Hawk Eye BBS in Toronto, Canada, and am the
  32.      conference hosts for the HawkNet Spitfire conference... 
  33.  
  34. Disclaimer:
  35.  
  36.      This program and other files associated with it are not
  37.      guaranteed to be bug free or virus free. We are not
  38.      responsible for any damages of any kind, including profit
  39.      loses and data loss, that relate directly or indirectly to
  40.      these programs and files. You may distribute this program,
  41.      as long as it is in unmodified form with all the files
  42.      originally included.
  43.  
  44. Program Use:
  45.  
  46. SFMKMSG is fairly easy to use. The command line format is as
  47. follows:
  48.      SFMKMSG C:\SF\MESSAGE.TXT C:\SF\MESSAGE\
  49.  
  50. The first command line option is the name and path to the message
  51. file, and the second one is the full path to your message
  52. directory. It is extremely important that you include the
  53. trailing backslash.
  54.  
  55. The layout of MESSAGE.TXT is as follows
  56.  
  57. LINE 1:   Conference Number
  58. LINE 2:   Name Message Is From
  59. LINE 3:   Name Message Is To
  60. LINE 4:   Subject Of Message
  61. LINE 5:   Private Or Public (Put Y for Private or N For Public)
  62. LINE 6:   First Line Of Message
  63. .... And on until the end of the message.
  64.  
  65. If the conference number you wish the message to be entered in is
  66. less than 10, you must include a zero before it. For example, if
  67. you wanted to enter the message in conference 5, the conference
  68. number you'd enter would be 05. This should only be done for
  69. message conferences less than 10.
  70.  
  71. There is one option you can use in the actual Message Body. If
  72. SFMKMSG recognizes the ascii character 2 (^B) it'll put todays
  73. date in the message. This might be wanted so that dupe checkers
  74. do not recognize the message as being a duplicate message.
  75.  
  76. Any messages entered in a netmail conference will be marked as
  77. being Netmail.
  78.  
  79. Things SFMKMSG Does Not Do:
  80.  
  81.      There are a few things which SFMKMSG does not do as I
  82.      thought that it'd take too long to implement it, and didn't
  83.      see a need for it to be required. SFMKMSG does not include
  84.      the CRC value's in SFMSG[x].PTR, the FromWhoCrc, and
  85.      ToWhoCRC in SFMSG[x].Idx. SFMKMSG also does not put the
  86.      correct time for the date of the message. It will put todays
  87.      date, however, in the time field, it'll put 12:00:00. This
  88.      shouldn't cause any problems.
  89.  
  90.      Another thing you may notice, is that if SFMKMSG comes into
  91.      any problems, it will not inform you of them, it'll just exit
  92.      with a runtime error. This would usually be caused by an
  93.      invalid message directory, invalid message file to import, or
  94.      an invalid setup of the message file.
  95.  
  96. Additional Information:
  97.  
  98. If you encounter any bugs, problems or have comments or
  99. suggestions, you can reach me through the internet:
  100. John.Kaye@Canrem.Com or on my BBS. If you leave a message to me
  101. in the FidoNet Spitfire conference, the NaNet Spitfire
  102. Conference, or the HawkNet Spitfire conference I will also most
  103. likely see the message and be able to reply to it.
  104.  
  105. SFMKMSG is Freeware. If you can't figure out from the name, it's
  106. free! (that may sound strange these days) I would, however, like
  107. to know if you use the program, so I can get an idea of who is
  108. using it.
  109.  
  110. Any updates to SFMKMSG will be available on my BBS and will also
  111. be uploaded to Buffalo Creek BBS. (if I can still afford it <G>)
  112.  
  113.  
  114.                            H A V E    F U N ! !
  115.