Tagged Questions
4
votes
3answers
18k views
How to set processor affinity from Batch File for Windows XP?
I've got a dual processor machine and I would like to launch an executable via a batch file on both processors.
For example:
(1) Launch Notepad.exe on Processor 1, and
(2) Simultaneously, ...
8
votes
8answers
15k views
How to set processor affinity on an executable in Windows XP?
I have a quad core system with third party application that once in a while spins several processes (always the same executable but several instances of it) and takes 100% of CPU time. I also have a ...