home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / xhost30s.zip / EXECHOST.DAT / PACK.DOC < prev    next >
Text File  |  1993-06-18  |  3KB  |  65 lines

  1.                     EXECUTIVE HOST MESSAGE BASE PACKER
  2.                              Version 2.0
  3.         Purpose: to eliminate deleted messages in the message base.
  4.                       Released 20 November, 1991
  5.          Re-Compiled and Re-Released July 17, 1992 by Jay Fuller
  6.                      Copyright (C) Steve Wood
  7.             Steve Wood, Sysop, Programmer, Technical Support
  8.                      (704)847-8177, v.32bis 
  9.  
  10.   Please Note: Pack V1.8 to 2.0 reflects no changes!  Support for PACK
  11.   can be found at (704)847-8177, v.32bis, 24 Hours daily.
  12.  
  13.   Pack.exe will pack your message base, permanently removing messages that
  14.   have been deleted by callers or the SysOp.  This process will keep your
  15.   message base small and manageable, as well as speed up the operation of
  16.   Executive Host.  Pack.exe also creates an updated message index file
  17.   (message.ndx) for each message base.  SysOps should run Pack daily, if
  18.   operating a 24 hour system, and should also pack messages immediately
  19.   after editing the message.txt file with an editor (not recommended).
  20.  
  21.   A new Trim (/T:size) feature has been added to v2.0 of Pack.  The SysOp
  22.   can now specify the maximum size in which each message base should be
  23.   allowed to grow.  Pack.exe will then trim enough messages from the
  24.   beginning of the file to keep it below the maximum size limit.
  25.   For example, a command line of:
  26.  
  27.   PACK.EXE /T:300
  28.  
  29.   Would tell Pack to keep all message base files trimmed to less than
  30.   300k in size, thus freeing up hard-drive space and eliminating aging
  31.   messages in the base.  The file size specified with the /T: option
  32.   must be greater than 32k, or it will be ignored.
  33.  
  34.   Beginning with version 1.6 of Executive Host, multiple conferences may
  35.   now be setup, each with its own message base.  Pack.exe now packs all
  36.   conference message bases automatically.  You DO NOT need to change
  37.   directories and run Pack from each conference directory.
  38.  
  39.     Usage:  PACK.EXE [option]
  40.   Options:  /H = display Help screen
  41.             /T:size = Trim message files to max size (size) in k
  42.                       e.g. /T:300 = trim message base to 300k
  43.  
  44.   To run pack.exe, make sure that the file is in your Telix directory, and
  45.   type "pack" alone, or use the /T command line option.  The program will
  46.   generate a backup file (message.bak) of each message base and then clean
  47.   out deleted messages from the original file (message.txt file).
  48.   If you are running a full-time board, I suggest running pack.exe in your
  49.   event each night.  You may do this by editing the event.bat file, and
  50.   putting another line in it that reads "PACK".  That is all there is to it.
  51.   If you are not running a full-time board, then just run pack.exe when
  52.   your message.txt file gets too large, or if you begin to notice a substantial
  53.   decrease in the speed of the Host.
  54.  
  55.   Beginning with this version (v1.7), pack.exe versions numbers will mirror
  56.   the current version of Executive Host for which it is designed to be
  57.   used.  Added support to delete outdated mail will be added to pack
  58.   in future updates (coming soon).
  59.  
  60.   Pack.exe is free software for use by registered Executive Host SysOp's only.
  61.   Pack.exe was written and compiled using the Borland C++ 2.0 compiler, and
  62.   compressed using PKLITE Professional Executable File Compressor.
  63.  
  64.   Thank you, and enjoy Executive Host!    -  Steve Wood
  65.