home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mr2iuucp.zip / POSTMAIL.CMD < prev    next >
OS/2 REXX Batch file  |  1996-10-23  |  117b  |  10 lines

  1. /* postmail.cmd 
  2.    send mail via uupc 
  3. */
  4.  
  5. 'del mail\postmail.err'
  6. 'rmail -t -f %1'
  7.  
  8. /* All done */
  9. exit 0
  10.