Is it possible to set a program to start at a given priority level every time???

? (=Þ)

Golden Member
Oct 9, 1999
1,331
0
0
there are a number of programs I want to start w/ high or realtime priority, but its a hassle to start the program and manually set it. Is there any way to set it to automatically have a given priority level?

some that I want to start w/ high priority would be iTouch, logitech's keyboard software, windows media player, and AIM.
 

? (=Þ)

Golden Member
Oct 9, 1999
1,331
0
0
that works for shortcuts, but how do I set it for file associations? so every time i open a video file, windows media player is started w/ high priority? it wont accept "start __________ /options" as a valid program.
 

Haden

Senior member
Nov 21, 2001
578
0
0
Well simple way to get around would be to create *.bat file, for example: mpalyer2.bat, which would hold "start mp.... /options etc.", problem is you need to pass parameters to mplayer too and I don't remember syntax for batch files...