NTVDM priority level

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

My company uses a DOS program that hogs the system
resources. If you set the ntvdm priority to 'below
normal' things run smoothly. I want to find a way to
specify in the pif for this program that it starts up
at 'below normal' priority level.
 
The easiest way I know to do this is to use "start /belownormal" either from
the cmdline or as a one-liner batch file.
 
Back
Top