home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mailmsg3.zip / MAILWARN.SCR < prev    next >
Text File  |  1993-01-21  |  1KB  |  19 lines

  1. ;    "PERSONAL MAIL WAITING SCRIPT" (Ver 3.0) by John LeaverPower      ;
  2. ;    This script is part of MAILMSG3.ZIP. When run from within an      ;
  3. ;    ICOM job, it will cause Mailwarn.bat to capture all mail          ;
  4. ;    waiting messages at logon to a text file Mailwarn.txt.  It will   ;
  5. ;    also cause Mailwarn.bat to check for any personal messages found  ;
  6. ;    by the Qmail Door during a QWK packet download.                   ;
  7. ;    See the Readme.1st file in MAILMSG3.ZIP for further instructions. ;
  8. ;
  9. capclose                         ; Close capture file so we can work on it. ;
  10. dos "mailwarn.bat ICOM.CAP"      ; Run detection phase & change cap file if ;
  11.                                  ; logon notices found.                     ;
  12. capture "ICOM.CAP"               ; Open capture file to get latest BBS name ;
  13.                                  ; between "=<<  >>=" characters.           ;
  14. capclose                         ; Close capture file again.                ;
  15. dos "mailwarn.bat ICOM.CAP"      ; Run capture phase to get BBS name &      ;
  16.                                  ; conference titles at logon.              ;
  17. capture "ICOM.CAP"               ; Open capture file for the last time.     ;
  18. exit 0                           ; Finish script with normal exit code.     ;
  19.