Re: Can you set process priority for an exe?



<snipped>

"dean" <deanbrow...@xxxxxxxxx> wrote in message

news:1185822739.089124.223080@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Hello all,

I regularly run Borland's compiler (CBuilder 6.0) at
work
as a full
time developer, but when it compiles it hogs nearly all
of
the
machine's CPU time, and all other apps are very
unresponsive. If I
set the priority level of the process to LOW, then
everything works
fine and the program still runs just the same.

How can I set the priority level on an application such
as
this? I
right-click on the shortcut and can't see anything
related
to
priority levels.

Thanks!

Dean- Hide quoted text -

- Show quoted text -

Thanks! I have the new batch file (BCB_LOW.bat) on my
desk-top with
the following contents:

start/LOW "C:\Program Files\Borland\CBuilder6\Bin\bcb.exe"

When I double-click the icon for this .bat file, all I get
is
a
command prompt which takes me to the:

documents and settings\Dean\Desktop

directory.

Can you tell me what I'm missing here? I copied the path
over
from the
properties dialog for the app itself.

-Dean

You might want to try the following;

Right click BCB_LOW.bat and select Edit from the menu.
Delete the contents.
Copy and paste the following command into Notepad.

Start /LOW C:\"Program Files\Borland\CBuilder6\Bin\bcb.exe"

Save the batch file to your desktop and see if it works
now.

Good luck

Nepatsfan- Hide quoted text -

- Show quoted text -

It worked! The quotes were there because I copied them from
the Target
item above (quotes are around the entire path.) When I moved
them in
the batch file as recommended, it worked perfectly, and it
starts up
in LOW priority.

Many thanks to all!

Dean

You're welcome.

Nepatsfan


.



Relevant Pages

  • Re: Can you set process priority for an exe?
    ... time developer, but when it compiles it hogs nearly all of the ... and all other apps are very unresponsive. ... the priority level of the process to LOW, ... I have the new batch file on my desk-top with ...
    (microsoft.public.windowsxp.general)
  • Re: Can you set process priority for an exe?
    ... time developer, but when it compiles it hogs nearly all of ... set the priority level of the process to LOW, ... command prompt which takes me to the: ... The quotes were there because I copied them from the Target ...
    (microsoft.public.windowsxp.general)
  • Re: Can you set process priority for an exe?
    ... time developer, but when it compiles it hogs nearly all of the ... and all other apps are very unresponsive. ... the priority level of the process to LOW, ...
    (microsoft.public.windowsxp.general)
  • Re: Can you set process priority for an exe?
    ... time developer, but when it compiles it hogs nearly all of the ... and all other apps are very unresponsive. ... the priority level of the process to LOW, ...
    (microsoft.public.windowsxp.general)
  • Re: Can you set process priority for an exe?
    ... I regularly run Borland's compiler at work as a full ... time developer, but when it compiles it hogs nearly all of the ... machine's CPU time, and all other apps are very unresponsive. ... How can I set the priority level on an application such as this? ...
    (microsoft.public.windowsxp.general)

Loading