home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 25 Icons / 25-Icons.zip / yodomain.zip / sendem.cmd < prev    next >
OS/2 REXX Batch file  |  1999-10-20  |  187b  |  6 lines

  1. /* detach the sendmail daemon  */
  2. retc = RxSetPriority( 'P', 'N', +2 )
  3. virtd = value('VIRT',,'OS2ENVIRONMENT') || 'mail\'
  4.  
  5. 'detach sendmail -bd -q30m >'virtd'sm.so' '2>'virtd'sm.se'
  6.