Re: Set process priority in Windows XP
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: 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
command
(see "help start"). You can apply this in an invocation of [exec]:

  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
Received on Tue Jan 3 03:09:24 2006