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

  1. /* getmail.cmd 
  2.    receive mail via uupc
  3.  
  4.    NOTES:
  5.    change the "mail" on the next two lines 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\getmail.err'
  11. 'unmbox d:\mr2ice\incoming mail'
  12.  
  13. /* All done */
  14. exit 0
  15.