home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19664 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.6 KB

  1. Path: sparky!uunet!sunquest!spades.aces.com!gavron
  2. From: gavron@spades.aces.com (Ehud Gavron 602-570-2000 x. 2546)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Apending a file at the end of mail.
  5. Message-ID: <21DEC199210505504@spades.aces.com>
  6. Date: 21 Dec 92 17:50:00 GMT
  7. References: <01GSK4HGLSY800036I@MSUS1.MSUS.EDU>
  8. Sender: news@sunquest.UUCP
  9. Reply-To: gavron@ACES.COM
  10. Organization: ACES Consulting Inc.
  11. Lines: 44
  12. News-Software: VAX/VMS VNEWS 1.4-b1
  13.  
  14. In article <01GSK4HGLSY800036I@MSUS1.MSUS.EDU>, TS117%BSU.DECNET@MSUS1.BITNET (TANDI SUNARTO) writes...
  15. #Ehud,
  16. #Since I am a new user on VAX system, could you please elaborate your
  17. #explanation on how to append a file at the end of mail, for example :
  18. #tell me how to create an initiliazation file, and other stuff.
  19.  
  20. This is in the FAQ list, so you might want to pick that up for more
  21. details.  (Info on how to get the FAQ list is in the FAQ list ;-)
  22.  
  23. login.com:
  24.     $ mail == "mail/edit=(send,reply=extract,forward)"
  25.     $ define mail$edit "mycomfiles:mail$edit.com"
  26.     $ define mail_signature sys$login:signature.txt
  27.  
  28. mycomfiles:mail$edit.com:
  29.     $ def/user sys$input 'f$trnlnm("sys$output")'
  30.     $ edit/edt/output='p2'/command=mycomfiles:mailedtsys.edt 'p1'
  31.     $ exit
  32.  
  33. mycomfiles:mailedtsys.edt:
  34.     c; er -l 32000(62asc -2l) er ex
  35.     I
  36.     
  37.     ^Z
  38.     inc mail_signature
  39.     f beg
  40.     c; IDate sent: ^
  41.  
  42. #Thanks for any of your help.
  43.  
  44.     Welcome ;-)
  45.  
  46. #Tandi
  47. #TS117@VAX1.BEMIDJI.MSUS.EDU
  48.  
  49.     Ehud
  50.  
  51. --
  52. Ehud Gavron        (EG76)     
  53. gavron@spades.aces.com
  54.  
  55. Remember: If your DECUS MC representative won't listen when you speak,
  56.       he represents himself.  That's time to elect a new one.  
  57.