home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / NETMAIL / FILE2MSG.ZIP / FILE2MSG.DOC next >
Encoding:
Text File  |  1991-11-01  |  2.7 KB  |  69 lines

  1.  
  2.  
  3.  
  4.  
  5.                                  FILE2MSG v1.10
  6.                      (C)1991 by David M. Sweet of 1:267/203
  7.                A product of the minds of Backwoods Programmming.
  8.                               All Rights Reserved.
  9.  
  10.                                Version of 11/1/91
  11.  
  12.  
  13.  
  14.              FILE2MSG is designed to be used as a robot program (used in a
  15.      fully automated environment, i.e.   batch file) to convert text files
  16.      into a message appropriate  for *.MSG-type mail systems.  It includes
  17.      the ability to send to a particular address in netmail.
  18.  
  19.  
  20.                                  USING FILE2MSG
  21.  
  22.              FILE2MSG is executed  from  the DOS  command line and accepts
  23.      the following parameters:
  24.  
  25.           FILE2MSG outbound_dir input_file [/Fname] [/Tname] [/Jsubj]
  26.  
  27.  
  28.      Parameter description:
  29.  
  30.      outbound_dir  Where to place the resulting *.MSG file.
  31.      input_file    The text file you want in the body of the message
  32.      /Fname        The  name  to  place in  the  From:   field  of the
  33.                      message.  Defaults to the program's name and version
  34.                      number.
  35.      /Tname        The name to place  in the To:  field of the message.
  36.                      Defaults to "All".
  37.      /Jsubj        The subject for  the message.   Defaults to the name
  38.                      given for the input_file.
  39.  
  40.              The names and the subject  must not  have any spaces in them.
  41.      Where  you  need   a   space, use   the   _  character  instead; i.e.
  42.      David_M._Sweet.
  43.  
  44.              To specify an address for netmail, suffix the name with @ and
  45.      the address.   For  example, /TDavid_Sweet@1:267/203.   You will only
  46.      need to do this if you  are placing the message in your netmail area;
  47.      otherwise the address will be stripped and ignored.
  48.  
  49.              An important thing to keep  in mind  is that all lines in the
  50.      message will be terminated with  a "hard" return, and no soft returns
  51.      will be used.  So it's  imperative that your right margin in the text
  52.      file is within reason, no more than about 75.
  53.  
  54.  
  55.                               PAYING FOR FILE2MSG
  56.  
  57.              You don't!  A  nice  netmailed thanks  would be nice, though.
  58.      In fact, as practice,  write  it in  a  text file (with Flex-EDIT, of
  59.      course) and use FILE2MSG to send it to me from your system.
  60.  
  61.  
  62.              All rights reserved.  The program code is copyrighted 1991 by
  63.      David M.  Sweet and Backwoods Programming.  I may be contacted at the
  64.      listed address  via Fidonet,  or David.Sweet@f203.n267.z1.fidonet.org
  65.      through Internet.  I  attempted  the Internet  method  a week ago and
  66.      still haven't received it, so that's obviously a slow way to go.
  67.  
  68.      
  69.