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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top