home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 2 / Chip_Hitware_Vol_02.iso / chiphit2 / tools / system / pcinvent / hardupd.txt < prev    next >
Text File  |  1995-05-13  |  2KB  |  45 lines

  1. *******************************************************************
  2. h$11 set - First of many hardware autoupdate modules for PC INVENTORY (PCI).
  3.            H$11 set contains the Main System Autoupdate modules for PCI.
  4.            IT has the exe's for scanning the main system components and 
  5.            filling in the hardware inventory database. These include
  6.            pc make and model, bus type, cpu, speed, memory, ports,mouse
  7.            floppies, hard drives and cd.
  8.            Only registered PCI's will get autoupdated, unregistered PCI's
  9.            will get the scan results put in h$11.log text file.
  10.  
  11.  
  12. FILES: 
  13.  
  14. H$BASYS.EXE - scans system and fills hardware database with 
  15.               PC MODEL, BUS TYPE, CPU MODEL, SPEED, and MEMORY.
  16.               ;dos exe, usage H$BASYS from PCI directory
  17.  
  18. H$PORTX.EXE - scans com ports 1..4 and lpt 1..4 and fills hardware
  19.               database with port information.
  20.               ;dos exe, usage H$PORTX port x    , where
  21.                         port = com    or    lpt   and
  22.                         x = 1 through 4
  23.                         e.g. H$PORTX com 2
  24.                         issued from PCI directory
  25. H$MOUSE.EXE - scans mouse and fills in database.
  26.               ;dos exe, usage H$MOUSE from PCI directory
  27.  
  28. H$FLPYDR.EXE- scans floppy drives and fills database with information
  29.               ;dos exe, usage H$FLPYDR from PCI directory
  30.  
  31. H$HRDDRV.EXE - scans hard drives and cd and fills in database
  32.                ; dos exe, usage H$HRDDRV from PCI directory
  33.  
  34.  
  35. H$11.BAT - is a batch file that executes all the above .EXE's
  36.            and reports results in H$11.LOG text file
  37.  
  38.                         
  39. STRATEGY AND USE: use one or a combination of modules to locally or
  40. remotely scan a pc and autoupdate it's inventory. The resulting
  41. records are date and time stamped.
  42.  
  43.  
  44. REMINDER- JOIN THE PCI HATCH PROGRAM TO GET FREE REGISTRATION
  45.