Is there a Windows equivalent of the Unix command, nice?
I'm specifically looking for something I can use at the command line, and not the "Set Priority" menu from the task manager.
My attempts at finding this on Google have been thwarted by those who can't come up with better adjectives.
start
behave even more likenice
, use the/WAIT
and/B
options to make the terminal output go to the same window. – Kinglet