The information in this article applies to:
SUMMARY
The Win32 priority class mechanism is exposed through CMD.EXE's START
command.
For a complete list of START switches, type the following command at
the Windows NT command prompt:
start /?Win32 has also been modified to inherit priority class if the parent's priority class is idle; thus, a command such as start /LOW nmakecauses build and all descendants (compiles, links, and so on) to run in the idle priority class. Use this method to do a real background build that will not interfere with anything else on your system. A command such as start /HIGH nmakeruns BUILD.EXE in the high priority class, but all descendants run in the normal priority class. MORE INFORMATIONBe very careful with START /HIGH and START /REALTIME. If you use either of these switches to start applications that require a lot of cycles, the applications will get all the cycles they ask for, that may cause the system to appear hung. Additional query words: 3.50
Keywords : kbKernBase kbNTOS350 kbNTOS351 kbNTOS400 kbWinOS2000 kbThread kbDSupport kbGrpKernBase |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |