Set Affinity prior to launching an application

Skyguy

Senior member
Oct 7, 2006
202
0
0
For the life of me, I can't remember how to set CPU Affinity for an application BEFORE it launches. Changing it WHILE the app is running is easy but I don't want to always have to crtl-alt-del into Processes to change AFTER I run the app.

I have an app that wants to run on CPU 0 and not CPU 0/1. So I got CPU 0 @ 100% and CPU @ 15% or something. I've put " -cpu 0 -cpu 1" at the end of the target line, but that doesn't work. I can't remember the proper syntax....argh.

What's the proper syntax/methodology to Set Affinity on Target line?

Much thanks.