home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / dawnraid.arj / DAWNRAID.DOC next >
Encoding:
Text File  |  1991-01-05  |  3.3 KB  |  75 lines

  1.                                 DAWNRAID
  2.                                 --------
  3.  
  4.     This is a cut down version of the first of a suite of programs I've
  5. been writing for our company. The purpose of the full suite of programs
  6. is to perform a software audit of all the machines within the company,
  7. verifying the software found against a database of software purchased
  8. by the company - hence the name DAWNRAID!
  9.  
  10.     This program is designed to be run on each PC to generate a
  11. "software inventory" of the PC, in addition it will generate a listing
  12. containing the hardware configuration (used to update our databases).
  13. The files generated by this program are used as input to the other
  14. programs in the suite and matched against the software and hardware
  15. databases (held in our Information Centre).
  16.  
  17.     In order to ascertain the software residing on a particular PC the
  18. program scans through every directory on the hard disk, logging to a
  19. file all the executable files found. The program can (optionally)
  20. "explode" through archive files i.e. those created using PKZIP etc. and
  21. log to the file executable files held in the archive.
  22.  
  23. Prompts:
  24. --------
  25.  
  26. Analyse which drive   Default is to analyse all the hard disks in the
  27.                       machine - excluding network drives that the PC has
  28.                       access to (as the servers will be audited separately).
  29.                       To analyse a specific drive just enter the drive letter
  30.                       - the current version of the program assumes A & B are
  31.                       floppy disks.
  32.  
  33. Display               Affects the details shown in the window only - used
  34.                       as progress reporting mechanism.
  35.  
  36. Explode thru archives There are a number of public domain and shareware
  37.                       compression schemes, I've tried to handle these by
  38.                       reading their internal directory structure to find
  39.                       the file names within the archive file.
  40.  
  41. Machine ID            For identification purposes.
  42.  
  43. Output file name      To hold the generated listings.
  44.  
  45. Caveats.
  46. --------
  47.  
  48.     The text input routines are very primitive! Press ESC to clear a
  49. field. A future release will have considerably better input routines.
  50.  
  51.     When 'exploding' through archive files I only examine the internal
  52. directory - a later version will examine the archive more thoroughly
  53. and support more archive formats.
  54.  
  55.     The hardware examination routine works on the non-MCA machines we
  56. have (I'm working on the MCA part!), but we only use a few makes of PC
  57. so you may well find incorrect assumptions with your hardware. If you
  58. find this - please let me know and I'll attempt to rectify any errors.
  59.  
  60. Future Enhancements
  61. -------------------
  62.  
  63.     Where possible I will extract from the appropriate files the Serial
  64. Number and User Name entered during the installation process. I have
  65. details of some of the locations for this information for the software
  66. we use but will be adding more - Norton and PC Tools are extremely
  67. useful here - please note that this is only when the information is
  68. held in ASCII format, I will not be attempting to decipher encription
  69. schemes. If you can help please let me know.
  70.  
  71.     I'd welcome any other suggestions/criticisms etc.
  72.  
  73.  
  74. Kev Duncan - kduncan@cix
  75.