home *** CD-ROM | disk | FTP | other *** search
- rem
- rem This is a sample execution script which could be invoked from
- rem the automail.asp or auto2.asp Procomm script files. This example
- rem assumes that the network mailserver is named "amber". It will
- rem just log into amber, run mailroom (mail forwarded in both directions),
- rem run the pcmail program to compress the message database, and then
- rem logout.
- rem
- net login \\amber mailrm
- mailrm -samber -r -n
- pcmail /c
- net logout \\amber
-