home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / aftp1.zip / AfterEVT.CMD next >
OS/2 REXX Batch file  |  1997-11-02  |  250b  |  13 lines

  1. REM *** AfterEVT.CMD ***
  2.  
  3. REM *** Batch file that runs if files were 
  4. REM *** downloaded.  Modify as required.
  5.  
  6. REM *** If you want mail or files to toss,
  7. REM *** add statements to that effect here.
  8.  
  9. cd \mailer\binkxe
  10. tossmail.CMD
  11.  
  12. exit
  13.