home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / jetdemo / exitinfo.txt < prev    next >
Text File  |  1994-03-30  |  1KB  |  43 lines

  1.  
  2.  
  3.                    JetMail EXITINFO batchfile utitily
  4.  
  5.                     written by Daniel Roesen 1993/94
  6.  
  7.                               Version 1.1x
  8.  
  9.  
  10. Format:  exitinfo <flag>
  11.  
  12.  
  13. EXITINFO.TTP is mainly useful for BBS systems who's system is run
  14. via a batchfile. With EXITINFO you can get some information about the
  15. last JetMail run.
  16.  
  17. Flag            Returns TRUE, if
  18. ==============================================================
  19. MAILSENT        Net- or Echomail was exported
  20. MAILRCVD        Net- or Echomail was imported
  21.  
  22. ECHOSENT        Echomail was exported
  23. ECHORCVD        Echomail was imported
  24. NETSENT            Netmail was exported
  25. NETRCVD            Netmail was imported
  26.  
  27. AREAFIX            AreaFix was used
  28. FILEFIX            FileFix was used
  29. NOTIFYSENT        Notify messages were written
  30. REPORTWRITTEN    System report was written
  31. SERVERUSED        JetMail Server was used and SERVER.BAT written
  32. MSGTOSYSOP        Message(s) to sysop received
  33. SECURITYFAIL    Security failure
  34. MSGSTRASHED        Message(s) trashed
  35. MSGSGATED        Netmail(s) and/or Echomail(s) was gated
  36.  
  37. Example:
  38.  
  39. if exitinfo serverused goto Server
  40.  
  41. If you pass "VERSION" as parameter, ExitInfo displays it's version
  42. number.
  43.