home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / aval340e / file2m_e.txt < prev    next >
Text File  |  1993-08-18  |  5KB  |  139 lines

  1. ==========================================================================
  2. FILE2MSG v1.4x                                     Last Changes: 10 Mar 93
  3. ==========================================================================
  4.         (c) Stephan Slabihoud, Gustav-Ohm-Str.72, D-46236 Bottrop
  5. ==========================================================================
  6.                             S H A R E W A R E
  7. ==========================================================================
  8.  
  9.                 For shareware details refer to AVALON.TXT
  10.  
  11. ==========================================================================
  12.  
  13.  
  14.     If you have any ideas and bug reports directed at manual and program,
  15.             please send them directly and per crashmail to me!
  16.  
  17.  
  18. INTRO
  19. =====
  20.  
  21. <One morning, after a FIDO session>
  22.  
  23. "Ah,  respond files in my Inbound!" 
  24.  
  25. <leaves AVALON,  starts editor,  reads respond files, leaves editor, kills 
  26. respond file, starts AVALON... ;-)>.
  27.  
  28. Well,  perhaps your boss has a new version of BINKLEY and sends you *.PKTs 
  29. as respond files.  But what about text files that want to be forwarded  to 
  30. other FIDO users? In such cases, FILE2MSG can make it easier for you.
  31.  
  32. FILE2MSG converts any text files in the FIDO messagebase format that  e.g. 
  33. is  used by LED (TheBox compatible).  After that,  such files can be  read 
  34. easily by LED.
  35.  
  36.  
  37.  
  38.  
  39.  
  40. START
  41. =====
  42.  
  43. I guess you've never seen such an easy-to-use commandline:
  44.  
  45. FILE2MSG <file> <msgbase> <addr> [<from> <dest-addr> <to> <subj> <mode>]
  46.  
  47.  
  48. <infile>    -  File(s) to be converted.
  49.  
  50. <msgbase>   -  Whereto should FILE2MSG write the converted file(s)? Give
  51.                the area filename without extension (like in AREAS.BBS)!
  52.  
  53. <address>   -  Your FIDO address (4d).
  54.  
  55. The converted original file will be deleted afterwards!
  56.  
  57.  
  58. The message then gets the following header:
  59.                                            
  60.  From : File2Msg Vx.xx            Sent Pvt
  61.  To   : Sysop
  62.  Subj.: FILENAME                           
  63.  
  64. Nodes  often  want  to forward files to their  points.  In  such  a  case, 
  65. FILE2MSG will take additional parameters:
  66.  
  67.      <from> -  Your name (that shall appear in the "From:" field)
  68. <dest-addr> -  The target address (4d).
  69.        <to> -  The receiver ("To:").
  70.   <subject> -  The subject.
  71.                If  you use "*filename*" as subject,  the filename  of  the 
  72.                converted file will be used as subject.
  73.      <mode> -   0 = The message flags "Sent" and "Local" are set,  i.e. it 
  74.                     will not be exported.
  75.                 1 = The  message  flag "Local" is set,  i.e.  it  will  be 
  76.                     exported (use this mode for echomails).
  77.                 2 = The message flag "Local" and "Private" are  set,  i.e. 
  78.                     it will be exported (use this mode for netmails).
  79.                 3 = Set "Local","Private" and "KillSend".
  80.                 4 = Set "Local","Private" and "Crash".
  81.                 5 = Set "Local","Private","KillSent" and "Crash".
  82.  
  83. If  these parameters are not given,  the original file is not deleted  (in
  84. the case that it can be sent to other persons as well).
  85.  
  86.  
  87.  
  88. ATTENTION <ah, a little action after all;-)>
  89. =========
  90.  
  91. LED  can only show files that are not longer than  32768  bytes;  FILE2MSG 
  92. converts files with a length up to 65535 bytes, so this feature cannot be 
  93. used with the current version of LED.
  94.  
  95.  
  96.  
  97.  
  98.  
  99. EXAMPLES
  100. ========
  101.  
  102. FILE2MSG E:\FIDO\INBOUND\*.RSP E:\FIDO\MSGS\SYSTEM 2:2401/208.6
  103.  
  104.   - All respond files (*.RSP) are written to the area SYSTEM of your
  105.     messagebase.
  106.  
  107.  
  108. FILE2MSG E:\FIDO\INBOUND\LISTE.LST E:\FIDO\MSGS\NETMAIL 2:4711/80.0
  109.  
  110.   -  The file LISTE.LST is written to your NETMAIL area.
  111.  
  112.  
  113. FILE2MSG E:\TEXT.TXT E:\FIDO\MSGS\NETMAIL 2:2401/208.6
  114.   "Stephan Slabihoud" 2:2401/53.0 "Guenther Paczia" "Info about AVALON" 1
  115.  
  116.   -  The  text  file  TEXT.TXT is written to your  netmail  and  gets  the 
  117.      following header:
  118.      ================================================
  119.       From : Stephan Slabihoud on 2:2401/208.6   Pvt
  120.       To   : Guenther Paczia on 2:2401/53
  121.       Subj.: Info about AVALON                       
  122.  
  123.      This message can now be exported.
  124.  
  125.  
  126.  
  127. HISTORY 
  128. =======
  129.  
  130.  V1.00 -  First official version.
  131.  V1.10 -  Converts up to 10 times faster.
  132.  V1.20 -  Converts error-free <;-)>.
  133.  V1.30 -  Addtional options.
  134.  V1.40 -  Now with MSGID.
  135.  V1.41 -  More flags possible.
  136.  V1.42 -  PID implemented.
  137.  V1.43 -  *filename* as subject can be used.
  138.  
  139.