

                   JetMail EXITINFO batchfile utitily

                    written by Daniel Roesen 1993-95

                              Version 1.2x


Format:  exitinfo <flag>


EXITINFO.TTP is mainly useful for BBS systems who's system is run
via a batchfile. With EXITINFO you can get some information about the
last JetMail run.

Flag            Returns TRUE, if
==============================================================
MAILSENT        Net- or Echomail was exported
MAILRCVD        Net- or Echomail was imported

ECHOSENT        Echomail was exported
ECHORCVD        Echomail was imported
NETSENT         Netmail was exported
NETRCVD         Netmail was imported

FILESENT        TICs were exported/hatched
FILERCVD        TICs were imported

AREAFIX         AreaFix was used
FILEFIX         FileFix was used
NOTIFYSENT      Notify messages were written
REPORTWRITTEN   System report was written
SERVERUSED      JetMail Server was used and SERVER.BAT written
MSGTOSYSOP      Message(s) to sysop received
SECURITYFAIL    Security failure
MSGSTRASHED     Message(s) trashed
MSGSGATED       Netmail(s) and/or Echomail(s) was gated

Example:

if exitinfo serverused goto Server

If you pass "VERSION" as parameter, ExitInfo displays it's version
number.

