Hi Ken
Thats true that would work, I was hoping to let Rev do the work without
running an extra shell executable. I can't seem to figure a switch to add to
the end of query to get that info into tpCheck since everything I need to
get is below \Parameters.
put
queryregistry("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\Services\Tcpip\Pa
rameters") into tpCheckMichael ----- Original Message ----- From: "Ken Ray" <[EMAIL PROTECTED]> To: "Use Revolution List" <[email protected]> Sent: Saturday, July 30, 2005 6:27 PM Subject: Re: Windows Registry Again > On 7/30/05 4:01 PM, "Michael" <[EMAIL PROTECTED]> wrote: > > > Hey thanks for the reply > > I guess rootpath was the wrong wording to use. > > What I'm looking for are the network cards and values under this > > registry heading, "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\Services > > \Tcpip\Parameters" and put into a .dat file to query. Some systems have > > 2 cards or more so I cannot get just the values I'm looking for from > > just one card. > > I'm not sure what to place after Parameters to include below > > Parameters ? I get blank with this. > > put queryregistry("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\Services > > \Tcpip\Parameters") into tpCheck > > You could use the command line "regedit /E <pathToFile> <registryKeyPath>" > to output the key and its subkeys to a file, and you can then parse through > that file. Support for this command goes way back (at least to Win98 > (verifiied) or Win95 (not verified). > > HTH, > > Ken Ray > Sons of Thunder Software > Web site: http://www.sonsothunder.com/ > Email: [EMAIL PROTECTED] > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
