changing the process priority in a batch file?

T

totojepast

Is it possible to launch a process from a batch file while explicitly
setting the process priority?
 
R

Rob Stow

Jon said:
Read up on the "start" command

start > run > cmd > start /?

And the start command can also be used in the Target property of
shortcuts on your desktop or start menu so that any app can be
started with the priority you choose.

Example (all on one line)

C:\WINNT\system32\CMD.EXE /c
"start /belownormal /d"C:\Program Files\MyApp Folder" MyApp.exe"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top