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