home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
MR2IUUCP
/
GETMAIL.CMD
next >
Wrap
OS/2 REXX Batch file
|
1997-01-01
|
337b
|
15 lines
/* getmail.cmd
receive mail via uupc
NOTES:
change the "mail" on the next two lines to the correct directory name
for your setup. This should be the user name you log on to MR/2 ICE with.
If you use the default it is MAIL.
*/
'del mail\getmail.err'
'unmbox d:\mr2ice\incoming mail'
/* All done */
exit 0