home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / bigbro.arj / BIGBRO.DOC < prev   
Text File  |  1991-01-01  |  3KB  |  69 lines

  1. BIGBRO    version 1/0   by E de Neve
  2.  
  3.      ╓─ ▀█▀▌─── ▀█▀▌────────────────────────────────────────────────┐
  4.      ║   █▀▀▌IG  █▀▀▌ROTHER           DOCUMENTATION                 │
  5.      ╚═ ▀▀▀▀ ══ ▀▀▀▀ ═══════════════════════════════════════════════┘
  6.  
  7.      Big Brother is a TSR utility using less than 5 Kbyte of the PC's
  8. memory to store a spy procedure and a small buffer. It is able to register
  9. the filenames used by several MS-DOS functions whenever your PC is about to
  10. read or write a file, or execute a program.
  11.  
  12.      Save disk space by pruning working copies of your software down to their
  13. bare essentials. And with software that doesn't run properly you'll be able to
  14. see for what (missing?) files it was looking, and where/when it was searching.
  15.  
  16.      Big Brother can also help you untangle the messy relations between all
  17. those batch/command/execute/overlay/install/configure/library/device/etc.
  18. files that constitute the 'user friendly' software packages these days.
  19.  
  20.  
  21.  
  22.    Usage:  display help screen   : BIGBRO
  23.            installation          : BIGBRO INSTALL
  24.            controlling           : BIGBRO [OPTION]
  25.  
  26.   Options: ALERT  - Activate the memory resident SPY procedure.
  27.            SLEEP  - Disable it.
  28.            REPORT - Generate a report of files & entry times.
  29.            FLUSH  - Empty the internal filename buffer.
  30.  
  31.      The filename buffer holds a maximum of 112 entries; when
  32. full, Big Brother will automatically enter SLEEP mode until
  33. you do a FLUSH and then reactivate it with ALERT.
  34. To generate a report FILE, type  BIGBRO REPORT > [ReportfileName]
  35.  
  36.  
  37.  
  38.      The REPORT option displays data about every file operation Big Brother
  39. registrated while in ACTIVE mode. The four different columns contain:
  40.  
  41.    (Path-)Name:    The filenames; preceded by a drive ID and complete
  42.                    directory path name ONLY if :
  43.                     a) it was not on the DEFAULT drive & directory.
  44.                     b) it was opened with a PATH/COMSPEC environment string.
  45.                     c) called by the EXECUTE function.
  46.  
  47.       Function:    Three different DOS function calls are linked to
  48.                    the memory resident SPY procedure :
  49.  
  50.                    1) Execute - always a  .COM  or  .EXE program EXECUTED,
  51.                       either by you, a batch (.bat) file or an active program.
  52.  
  53.                    2) Open    - any file OPENED for reading, or a
  54.                       batch file opened for executing.
  55.  
  56.                    3) Create  - any file CREATED; a new file,
  57.                       or an old one being written over.
  58.  
  59.         Result:    Only if an ERROR occurred, an E will appear; it
  60.                    usually indicates a 'FILE NOT FOUND' error.
  61.  
  62.  Time on Entry:    The exact starting time of the DOS function.
  63.                    Big Brother always reports the current time just below
  64.                    its logo for comparison with these entry times.
  65.  
  66.  
  67.  
  68.     *   Big Brother Version 1.0  - september 5th, 1990   *
  69.