home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / ICOM094A.ZIP / POSTMAIL.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-09-20  |  1.4 KB  |  27 lines

  1. Echo off
  2. rem  This BAT file, if found in the ICOM home directory (locating it on the
  3. rem  PATH is insufficient) is automatically executed by Intellicomm after
  4. rem  finishing a job in which one or more MAIL downloads took place.  Its
  5. rem  intended purpose is to automatically carry out any routine maintenance
  6. rem  on newly downloaded mail packets.  I.e. if you have a program which
  7. rem  performs special functions on new mail packets, such as inserting in
  8. rem  a message base, or filtering certain messages, etc., place the required
  9. rem  command(s) below these remarks.
  10. rem
  11. rem  If you don't want this BAT to run, simply remove it from ICOM's home
  12. rem  directory (where ICOM.EXE is located, or where the ICOM environment
  13. rem  variable points to), or rename it.
  14. rem
  15. rem  NOTE that Intellicomm automatically changes to the defined Message
  16. rem  Directory before calling this BAT, so you needn't do a CHDIR here.
  17. rem  You may also create PREMAIL.BAT to perform any routine tasks BEFORE
  18. rem  mail transfers.
  19. rem
  20. rem  Intellicomm passes your Message Directory to this BAT as %1, and your
  21. rem  Reply Directory as %2 (trailing slashes are auto-stripped from directory
  22. rem  names).  E.g. COPY *.* %2 copies all message packets to your Reply
  23. rem  Directory (%1 isn't needed in this command since Icom has already done
  24. rem  a CD to the Message Directory).
  25. rem
  26. Echo Rename POSTMAIL.BAT to POSTMAIL.BAK to bypass running of this file.
  27.