home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / ViewDIZ.lha / ViewDIZ / C / YAMail < prev   
Text File  |  1998-01-24  |  329b  |  17 lines

  1. /* YAM mailscript - Used by the ViewDIZ registration tool */
  2. parse arg file
  3. if ~show('P','YAM') then do
  4.     address command
  5.     'run yam:yam hide'
  6.     'waitforport YAM'
  7.     end
  8.  
  9. address 'YAM'
  10.     hide
  11.     mailwrite
  12.     writemailto "ki9656@unidhp.uni-c.dk"
  13.     writesubject '"ViewDIZ Registration (YAM)"'
  14.     writeletter '"'file'"'
  15.     writequeue
  16.     setfolder 1
  17.