home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
MR2IUUCP
/
POSTMAIL.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-01-01
|
316b
|
15 lines
/* postmail.cmd
send mail via uupc
NOTES:
change the "mail" on the next line 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\postmail.err'
'rmail -t -f %1'
/* All done */
exit 0