Command line processor speed?

dmegyesi

Distinguished
Jan 5, 2001
5
0
18,510
Is anyone aware of a command line utility that can be used to query Win9x for the processor speed? I need to be able to use a batch file or perhaps kix script to put this information into a text file. This all needs to be done automatically.
 

dmegyesi

Distinguished
Jan 5, 2001
5
0
18,510
Just thought that I would post the results of digging around on this issue.

It seems that there is a little program called chkcpu.exe that can be run from a command line. The /s switch limits its' output to only the processor type and speed. I can now output that result to a file and read it from a script so that I have a complete data collection of the pc's on my network.