Wolfeman
28-03-2006 23:56:25
I have a program that I want to run in AboveNormal CPU priority always. I can't figure out how to set it so it does it by default. I have to do it manually each time I run it and its getting annoying. Anyone know how to do this?
dmorris68
29-03-2006 05:02:06
Create a batch file and use the START command with the /ABOVENORMAL parameter. Create an icon shortcut to the batch file on your desktop.
Type START /? in a command prompt for all options.
manOFice
29-03-2006 06:17:05
[quote9a5a47a8c1="dmorris68"]Create a batch file and use the START command with the /ABOVENORMAL parameter. Create an icon shortcut to the batch file on your desktop.
Type START /? in a command prompt for all options.[/quote9a5a47a8c1]
Agreed
Wolfeman
29-03-2006 11:30:49
[quote9f9833c5f7="dmorris68"]Create a batch file and use the START command with the /ABOVENORMAL parameter. Create an icon shortcut to the batch file on your desktop.
Type START /? in a command prompt for all options.[/quote9f9833c5f7]
Cool I'll try that. +karma...