run a program automatically at low priority

  • Thread starter Thread starter Thomas G. Marshall
  • Start date 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
 
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 &'
 
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 &'
 
Back
Top