home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / uupc2mr2.zip / postmail.cmd < prev    next >
OS/2 REXX Batch file  |  1997-01-01  |  316b  |  15 lines

  1. /* postmail.cmd 
  2.    send mail via uupc 
  3.  
  4.    NOTES:
  5.    change the "mail" on the next line to the correct directory name
  6.    for your setup. This should be the user name you log on to MR/2 ICE with.
  7.    If you use the default it is MAIL.
  8. */
  9.  
  10. 'del mail\postmail.err'
  11. 'rmail -t -f %1'
  12.  
  13. /* All done */
  14. exit 0
  15.