setprty.txt
来自「使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序」· 文本 代码 · 共 34 行
TXT
34 行
SETPRTY [OS/2 ONLY]
NAME SETPRTY - Run command and set its priority to
specified value..
SYNTAX
SETPRTY
[(/I)DLE|(/R)EGULAR|(/T)IMECRITICALT|(/N)OCHANGE|(/F)OREG
ROUND] [(/MA)XIMUM|(/MI)NIMUM|number] command argument(s)
USAGE
SETPRTY sets the priority to a specified value and then
runs a command with given values. The allowed priority
classes are:
- /I IDLE = lovest class
- /R REGULAR = class for user commands
- /T TIMECRITICAL = highest class. use sparingly if
at all.
- /N NOCHANGE = the current priority class is used
- /F FOREGROUND = run command in the foreground
Immediately after priority class you must specify the
change in priority. The allowed values are -31 to +31.
With /MA(XIMUN) you can set the priority to the maximum
in current priority class and with /MI(NIMUM) to minimum.
If SETPRTY is run without parameters it gives the
priority of the current session.
SEE ALSO
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?