Scheduled Tasks start apps with priority.

F

Frank Rizzo

Hello,

Is there any way to configure an application that starts as a Scheduled
Task to start with a Low Priority? Normally, it starts with Normal
Priority.

Thanks.
 
D

Dave Patrick

You can use start command in a shell script something like;
start "" /low "some program"
start /?
for the syntax

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hello,
|
| Is there any way to configure an application that starts as a Scheduled
| Task to start with a Low Priority? Normally, it starts with Normal
| Priority.
|
| Thanks.
 
F

Frank Rizzo

Dave said:
You can use start command in a shell script something like;
start "" /low "some program"
start /?
for the syntax

Thank you. This did the trick.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top