Hey, (was the most suitable sub forum I could find)

I'm trying to figure out how to launch a program from cmd with a higher priority, this is what I'm using:
Code:
start "title" "cmd" /high
The new cmd prompt starts, but its priority is still normal. Am I doing it wrong?