Get the current processor number

  • Thread starter Thread starter Don Howell
  • Start date Start date
D

Don Howell

There is a function named GetCurrentProcessorNumber()
which is available on Windows 2003 Server, that will
return the processor number that the thread is currently
running on. Is there any way to get that same information
running on Windows 2000 Server?

Thanks.
 
That sounds like a third party app that you downloaded at some point. Copy
msgbox.exe from the old server and put it in a path in your %path% variable,
such as %windir%\system32.

Ray at work
 
Back
Top