home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / Bas / Systeme / Director / DirGuard.txt < prev   
Text File  |  2000-03-02  |  7KB  |  202 lines

  1.  Directory-File Guardian v2.0
  2.  
  3.  
  4.  
  5.  Release Notes:
  6.  
  7.  Monitors the selected directory, and sub-directories
  8.  if desired, for these specific changes: Directory
  9.  Names, File Names, File Time, File Attributes, File
  10.  Size, and Files Last Write. Any changes will trigger
  11.  an alert event. This program will work with local
  12.  drives and mapped network drives.
  13.  
  14.  Useful to monitor FTP site incoming directories, IRC
  15.  script directories, or any directory where it may be
  16.  considered important to immediately know when an
  17.  expected, or unknown change might occur...
  18.  
  19.  
  20.  
  21.  New in this version:
  22.  
  23.  1 - Ability to select either an internal sound or one
  24.      of your choice.
  25.  
  26.  2 - Ability to create your own custom message or to
  27.      use the default internal message.
  28.  
  29.  3 - Ability to turn off or on the sound alert and/or
  30.      the message alert.
  31.  
  32.  4 - Statusbar help for every fuction when the mouse
  33.      is over a control.
  34.  
  35.  5 - An about box which provides considerable information
  36.      about many aspects of your system.
  37.  
  38.  6 - Better information reguarding it's abilities and
  39.      usage. (this text file)
  40.  
  41.  7 - Ability to trigger a *.bat, *.com, *.exe file on
  42.      alarm.
  43.  
  44.  
  45.  
  46.  Installation:
  47.  
  48.  Run DirGuard_v2-0_Inst.exe to install the program. You will
  49.  have the option of what directory and whether you wish to
  50.  create a program group folder.
  51.  
  52.  
  53.  
  54.  Usage:
  55.  
  56.  After installation, perform the following steps.
  57.  
  58.  1 - Select a directory to monitor by either typing one
  59.      in or pressing the button and selecting one.
  60.  
  61.  2 - Decide whether you wish to monitor "all" the sub-
  62.      directories of the directory selected in step 1.
  63.  
  64.      Note: The parent directory will be monitored for
  65.      File Names, File Time, File Attributes, File Size,
  66.      and Files Last Write. If you select "Monitor Sub-
  67.      directories" then the creation and removal of sub-
  68.      directories will be monitored, but not the files
  69.      within the sub-directories. You may run multiple
  70.      instances of the program if you wish to monitor
  71.      files in more than one directory at one time.
  72.  
  73.  3 - Decide whether you wish to have a sound played when
  74.      an alert event occurs. Place a checkmark in the 
  75.      "Use Alarm" checkbox if you do. Default is yes.
  76.  
  77.  4 - Decide whether you wish to use the internal sound
  78.      or one of your own selection. Placing a checkmark
  79.      in the "Use Internal Sound" checkbox will force
  80.      the internal sound to be played on an alert event.
  81.      If you wish to select your own sound then uncheck
  82.      the "Use Internal Alarm" checkbox and then either
  83.      type in the path and filename or press the button
  84.      to select your custom sound. Default is internal.
  85.  
  86.  5 - Decide whether you wish to have an alarm message
  87.      displayed whenever an alert event occurs. Place
  88.      a checkmark in the "Display Message on Alarm"
  89.      checkbox if you do. Default is to display a
  90.      message on alarm.
  91.  
  92.  6 - Decide whether you wish to use your own custom
  93.      message by placing a checkmark in the "Use Custom
  94.      Message Above" checkbox. If you do place a checkmark
  95.      here you should then type in your custom message in
  96.      the memo field named "Create Custom Alarm Message."
  97.      If the "Use Custom Message Above" is left unchecked
  98.      an internal message will be displayed. Default is 
  99.      to use the internal message.
  100.  
  101.  7 - Press the button identified as "Start" to begin the
  102.      monitoring process. Afterwards you can also press
  103.      the "Minimize" button which will place the program
  104.      in your start bar tray area. If you use the title
  105.      bar minimize button the program will minimize as a
  106.      button on the start bar.
  107.  
  108.      When an alert event occurs the alert message will
  109.      appear using system modal techniques (e.g.: it will
  110.      be on top of everything else). You can start, stop,
  111.      or exit the program as need be. 
  112.  
  113.  
  114.  
  115.  Some General Notes:
  116.  
  117.  This program can be very useful for monitoring directories for
  118.  changes. It will react to "ANY" change that occurs to "ANY" file
  119.  or directory. This can be good and/or bad. For example: If you
  120.  wish to protect you script directory in  your IRC client it can
  121.  be good. However, you should select the specific directory which
  122.  contains your scripts. If you  choose the parent directory...
  123.  e.g.:  c:\mirc and then have  "monitor sub-directories" selected
  124.  and you have logging turned on... Well... You will spend most of
  125.  your time acknowledging alarms and very little looking at your 
  126.  channel activity. However, you seldom, if ever expect a unknowing
  127.  change to occur to your scripts. Therefore specifically selecting
  128.  this directory can be good.
  129.  
  130.  It can also be quite nice for those with FTP sites.
  131.  Select your  upload directory and place a checkmark in the
  132.  "Monitor Sub-Directories" checkbox and you'll immediately know
  133.  when any new goodies arrive.
  134.  
  135.  The imagination and your needs limit the possibilities associated
  136.  with this kind of program.
  137.  
  138.  
  139.  
  140.  Even though Search and Replace is freeware,
  141.  I'd like to send you some kind of donation!:
  142.  
  143.  Well don't. ?  Instead give a reasonable donation to your favorite
  144.  charity, donate a little time to an organization you consider worthy,
  145.  visit your parents, or grandparents, or even spend a couple of hours
  146.  with your kids (if you have any). Knowing that even one person did
  147.  this would be considered a nice reward on my part.
  148.  
  149.  
  150.  
  151.  Programming Notes:
  152.  
  153.  This application was written using Borland Delphi v3.0. Delphi, without
  154.  a doubt, is one of the best rapid development tools on the market today.
  155.  Not only is it fast, but does not require an additional 8 or 10 megs of
  156.  support DLL's.
  157.  
  158.  If this same application were written is Visual Basic, it would be slower
  159.  and require an installation package of approximately 10 megs and 15 to 20
  160.  files.
  161.  
  162.  Instead it is lean, fast, one file, and small. I encourage all those who
  163.  wish to learn programming to give Delphi a try. 
  164.  
  165.  
  166.  
  167.  Disclaimer of Warranty:
  168.  
  169.  This free software is provided "as is" without warranty of any kind. The
  170.  author disclaims all warranties. The entire risk as to the result and
  171.  performance of this program is assumed by you.
  172.  
  173.  
  174.  
  175.  Contact Information:
  176.  
  177.  Bug reports, idea's for enhancement, and/or informational contact can be
  178.  achieved by sending Email to me at:
  179.  
  180.  mutaffis@home.com
  181.  
  182.  I'm always happy to hear new ideas and normally will quickly respond to
  183.  any possible bugs...
  184.  
  185.  Please include where you found this application -- I'm always curious!
  186.  
  187.  
  188.  Best Regards,
  189.  
  190.  Thomas J. Mutaffis
  191.  
  192.  
  193.  
  194.  Version Information:
  195.  
  196.  1.0 Initial release                         -  January 27, 1998
  197.  1.1 Major internal improvements             -  March 30, 1998
  198.  1.2 Added custom messages, custom alarm
  199.      sounds, and statusbar help
  200.      Note: First Public Release.             -  June 10, 1998
  201.  2.0 Added ability to trigger outside event  -  March 1, 2000
  202.