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

  1. /* getmail.cmd 
  2.    receive mail via uupc 
  3. */
  4.  
  5. 'del mail\getmail.err'
  6. 'set TMP='
  7. 'unmbox c:\tcpip\etc\mail'
  8.  
  9. /* All done */
  10. exit 0
  11.