| |
imav8n
Posts: 95
Score: 0
Joined: 7/3/2001
From: USA
Status: offline
|
Don't use vbscript...use the reg utility from the resource kit instead. REG QUERY \\\\\\ It will dump the entire contents of the registry folder you specify, so if you need/want to, dump it to a text file. I run several scripts daily that check for various parameters...To do this, I run a batch script that calls Reg query for the keys I'm looking for, and dumps them to a text file...then the batch calls a vbscript which parses the text files looking for the data I want. ~imav8n Failure is not an option.....it comes bundled with the software.
|
|