I am starting a long, memory and CPU-intensive run. I know how to change the process priority manually from the task manager.
Is there a way that I can run it at low priority from a .bat file, since that is how I start it?
|
I am starting a long, memory and CPU-intensive run. I know how to change the process priority manually from the task manager. Is there a way that I can run it at low priority from a | ||||
|
feedback
|
|
Start it with the Start /low command and parameter, e g Start /low c:\foo.exe. | |||||||
feedback
|