home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / extract < prev    next >
Encoding:
Text File  |  1990-11-04  |  1.4 KB  |  41 lines

  1. EXTRACT
  2.  
  3. Places a copy of the current message into a sequential file. If you want
  4. to copy a mail message to a folder in an indexed sequential mail file,
  5. use one of the following commands:
  6.  
  7.                     o  COPY                See also <COPY>
  8.                     o  FILE                         <FILE>
  9.                     o  MOVE                         <MOVE>
  10.  
  11.  
  12. Format:        EXTRACT file-spec
  13.  
  14.  
  15. Qualifiers:    /ALL
  16.  
  17.                Copies all the currently selected messages to the specified file. 
  18.                Each message is separated by a form feed.
  19.  
  20.  
  21.                /APPEND
  22.  
  23.                Adds the selected message to the end of the specified file. If
  24.                the file does not exist, it is created. When you do not specify
  25.                the /APPEND qualifier, MAIL creates a new sequential file.
  26.  
  27.  
  28.                /MAIL
  29.  
  30.                Specifies that the output file be a sequential mail file with a
  31.                default file type of MAI, and a protection code of
  32.                S:RW,O:RW,G,W). By default, the device and directory matches
  33.                those of your mail file directory. Like /APPEND, /MAIL adds the   
  34.                selected message to the end of the specified file, and
  35.                creates the file if it does not exist.
  36.  
  37.  
  38.                /NOHEADER
  39.  
  40.                Removes the header information (To:  CC:  From:  Subject:) from
  41.                the extracted mail message.