run a program automatically at low priority

  • Thread starter Thomas G. Marshall
  • Start date
T

Thomas G. Marshall

Can I run a program automatically at low priority, such that it is at low
priority when it fires up, with no taskmgr interaction on my part?

Perhaps something with rundll32?

I cannot find it.

Thanks
 
T

Thomas G. Marshall

3c273 said:
From a command prompt type "start /?". HTH.
Louis

THANKS----WOW.

Far better technique than what I resorted to in my shortcut:

C:\Programs\Cygwin\bin\bash.exe
-c 'C:/Programs/Cygwin/bin/nice.exe -20
C:/Programs/Gravity/Gravity.exe &'
 
3

3c273

You're welcome!
Louis

Thomas G. Marshall said:
THANKS----WOW.

Far better technique than what I resorted to in my shortcut:

C:\Programs\Cygwin\bin\bash.exe
-c 'C:/Programs/Cygwin/bin/nice.exe -20
C:/Programs/Gravity/Gravity.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