![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Set process priority in Windows XP
From: Arjen Markus <arjen.markus@wldelft.nl>
Date: Wed Dec 28 2005 - 09:03:08 CET
You can start the program with the desired priority via the start
exec [autoexec_ok start] /abovenormal myprog
(not tested!)
I do not know of a way to set the priority of a running command.
Regards,
Arjen
|