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
1 answer
3k views

start /realtime with a .bat file but the process is still not realtime

I have created a .BAT file: start /realtime "c:\software\mysoftware.exe" but when launching it on Windows 10, it's not displayed as"Realtime" in the Task Manager. What can be the potential problems ...
Basj's user avatar
  • 1,916
6 votes
1 answer
8k views

In Windows-7 run command from batch file with reduced priority

I am starting a long, memory and CPU-intensive run. I know how to change the process priority manually from the task manager. Is there a way that I can run it at low priority from a .bat file, since ...
Brian Carlton's user avatar