home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / audit_tr.zip / AU.DOC < prev   
Text File  |  1990-11-29  |  2KB  |  49 lines

  1. AUdit trail v1.0 Copyright (C) 1990, Digital Generic Technologies (DiGiT Inc.)
  2.  
  3.     This TSR program automatically generates the history\audit trail
  4. of which FILES are opened, which DOS COMMAND LINES are typed, and when
  5. these actions take place.  Entries are stored in an ASCII file
  6. C:\AU.DAT by default or any other user specified file.  The program
  7. can be used to track which files are used most often, or which
  8. programs are being used and when.
  9.  
  10. NOTE: Must have Q flag to be installed.
  11.  
  12. USAGE:   AU -Q [/d:path\file.name]
  13. SWITCHES:   -Q   Quiet suppresses this message and go installed.
  14.              /   created data file (disk:\path\ qualified)
  15.             -R   End capture, and
  16.                     remove (if possible).
  17.  
  18.  If you like this program and would like to support this program, then become
  19.  a REGISTERED user by sending $15.00 to:
  20.  
  21.  DiGiT Inc.
  22.  P.O. BOX 770176
  23.  Cleveland, OH  44107
  24.  
  25. This program AU.COM produces a audit trail of your computers activity.
  26. The created file is 'C:\AU.DAT' or can be changed with command line
  27. parameters
  28.  
  29.      AU /C:\path\FN.EXT
  30.  
  31. This program is SHAREWARE.  Pass it along to a friend, but if you use it
  32. please register it.
  33.  
  34.  
  35. NOTES:
  36.  
  37. This creates the file C:\path\FN.EXT for your viewing.
  38.  
  39. The program monitors all opens to files and CMD LINE [C:\> ] stuff.
  40.  
  41. The PREFIX I/O is use to identify FILE activity.
  42.  
  43. The PREFIX CMD is use to identify DOS COMMAND activity.
  44.  
  45. The OUTPUT file (C:\AU.DAT) needs to be managed on a regular basis.
  46.  
  47. The AU command can be put in the AUTOEXEC.BAT
  48.  
  49. The output of this program is not guaranteed to be accurate 100% of the time.