home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / bbs / jetdemo / exitinfo.txt < prev    next >
Text File  |  1994-12-31  |  1KB  |  47 lines

  1.  
  2.  
  3.                    JetMail EXITINFO batchfile utitily
  4.  
  5.                     written by Daniel Roesen 1993-95
  6.  
  7.                               Version 1.2x
  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. FILESENT        TICs were exported/hatched
  28. FILERCVD        TICs were imported
  29.  
  30. AREAFIX         AreaFix was used
  31. FILEFIX         FileFix was used
  32. NOTIFYSENT      Notify messages were written
  33. REPORTWRITTEN   System report was written
  34. SERVERUSED      JetMail Server was used and SERVER.BAT written
  35. MSGTOSYSOP      Message(s) to sysop received
  36. SECURITYFAIL    Security failure
  37. MSGSTRASHED     Message(s) trashed
  38. MSGSGATED       Netmail(s) and/or Echomail(s) was gated
  39.  
  40. Example:
  41.  
  42. if exitinfo serverused goto Server
  43.  
  44. If you pass "VERSION" as parameter, ExitInfo displays it's version
  45. number.
  46.  
  47.