home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / send < prev    next >
Encoding:
Text File  |  1990-11-09  |  4.4 KB  |  119 lines

  1. SEND
  2.  
  3. Sends a message to another user(s). Use the SEND command and the MAIL command
  4. interchangeably because they work the same way.
  5.  
  6.                                                            See also <MAIL>
  7.  
  8. MAIL prompts you first for the name of the user(s) to receive the message. You
  9. reply with the user name(s) or with the file name of a distribution list
  10. file(s), in the following format:
  11.  
  12.     [[nodename::]username,...] [,] [@listname[,...]]
  13.  
  14. If you have entered the SET CC_PROMPT command or used the /CC_PROMPT qualifier,
  15. you can then specify names of users to receive carbon copies of the message at
  16. the CC: prompt.
  17.  
  18. Next, MAIL prompts you for the subject of the mail. To avoid the "Subj:" prompt,
  19. specify the /SUBJECT qualifier with the SEND command.
  20.  
  21. You can include a file specification with the SEND command. If you specify a
  22. file with the SEND command, the text in that file is sent to the specified
  23. user(s). If you do not specify a file, MAIL prompts you for the text of your
  24. message.
  25.  
  26. Enter the message that you want to send; then press [CTRL/Z].
  27.  
  28. Note that once you have typed a line and pressed RETURN, there is no way to edit
  29. it. If you decide not to send a message you are typing but want to stay within
  30. the Mail Utility, press [CTRL/C] to abort the message. You then receive the
  31. MAIL> prompt. CTRL/Z exits you from MAIL.
  32.  
  33. Format:        SEND [file-spec]
  34.  
  35. Parameters:    file-spec
  36.  
  37.                Indicates the name of the file to be sent.
  38.  
  39. Qualifiers:    /CC_PROMPT
  40.  
  41.                /[NO]CC_PROMPT
  42.  
  43.                Prompts for the carbon copy (CC:) recipient names. Overrides
  44.                the SET CC_PROMPT command for this message only.
  45.  
  46.                /EDIT
  47.  
  48.                /[NO]EDIT
  49.  
  50.                Determines whether or not the editor is invoked to edit the
  51.                message you are sending. The /NOEDIT qualifier overrides the
  52.                SEND/EDIT default if you entered the DCL command MAIL/EDIT.
  53.  
  54.                The /LAST qualifier can be used in conjunction with the /EDIT
  55.                qualifier. This allows you to bring the last message you sent
  56.                into the editor to modify and send again.
  57.  
  58.                /LAST
  59.  
  60.                Specifies that the last message you sent be used as the text for
  61.                the message you are currently sending.
  62.  
  63.                The /EDIT qualifier can be used in conjunction with the /LAST
  64.                qualifier. This allows you to edit the last message you sent.
  65.  
  66.                /PERSONAL_NAME
  67.  
  68.                /[NO]PERSONAL_NAME=name
  69.  
  70.                Specifies the personal name to be used when sending this
  71.                message only. The /[NO]PERSONAL_NAME qualifier sends a reply 
  72.                with a blank personal name field.
  73.  
  74.                /SELF
  75.  
  76.                /[NO]SELF
  77.  
  78.                Determines whether or not MAIL sends a copy of the message you
  79.                are sending back to yourself. The /NOSELF qualifier overrides
  80.                the SET COPY_SELF SEND command.
  81.  
  82.                /SUBJECT
  83.  
  84.                /SUBJECT="subject-text"
  85.  
  86.                Specifies the subject of the mail message to be sent.
  87.  
  88. Examples:
  89.  
  90.       1.
  91.            MAIL> SEND/LAST
  92.            To:  FLIGHT::MYERS
  93.            Subj:        Geometric Concepts
  94.            MAIL>
  95.  
  96.                     This example shows how to send a copy of the last mail       
  97.                     message you sent to a user named Myers on node FLIGHT.
  98.  
  99.       2.
  100.            MAIL> SEND/SELF/SUBJECT="Good Harbor"
  101.            To:  DAPPER::WAYNE
  102.            Enter your message below.  Press CTRL/Z when complete,
  103.            or CTRL/C to quit:
  104.  
  105.                     This example shows how to send a mail message to a user      
  106.                     named WAYNE on node DAPPER. The /SELF qualifier enables 
  107.                     MAIL to send a copy of the same message back to you. The     
  108.                     subject of the message is Good Harbor. Since the /SUBJECT    
  109.                     qualifier was specified, there is no Subject: heading.
  110.  
  111.       3.
  112.            MAIL> SEND
  113.            To:  BAKER,MARSTON,@SUPERVISORS
  114.            Subject:     Handling Stress
  115.            Enter your message below.  Press CTRL/Z when complete,
  116.            or CTRL/C to quit:
  117.  
  118.                     This example shows how to send a mail message to two users   
  119.                     (BAKER and MARSTON) and a distribution list (SUPERVISORS).