Skip to main content

All Questions

Tagged with
1 vote
0 answers
294 views

Passing User Input to EXE using "Start" and set priority

I have a batch file input.bat I use to start an executable and pass in user input like so: foo.exe < userInput.txt I would like to run foo.exe in a high priority mode, which I can successfully do ...
user973995's user avatar
1 vote
4 answers
4k views

How can a batch lower the priority ONLY of the cmd that runs it?

I have a batch that runs a series of commands that will be long and CPU intensive. I don't mind when it will be finished so I would prefer it to use only idle CPU cycles. If I set the priority of the ...
cdlvcdlv's user avatar
  • 1,601
64 votes
6 answers
130k views

Changing Windows process priority via command line

I want to change Windows process priority via command line. How can I do that?
Bob's user avatar
  • 3,265
1 vote
6 answers
18k views

How can I automatically change the priority of Javaw.exe when loading Minecraft?

I launch Minecraft.exe which invokes Javaw.exe. I wish for Javaw.exe to be running in High priority because Minecraft lags if not. I tried invoking Minecraft.exe with a high priority by doing this: ...
Arch Angel's user avatar