Help with program priority string

A

asdf

Let's say i want to launch an application in lowest possible priority mode.
Found this tip on jsifaq but having trouble applying it to my program
http://www.jsifaq.com/SF/Tips/Tip.aspx?id=0364

If we take Nero.exe as an example of an application to be ran in lowest
priority mode what would the start string look like?

C:\Program Files\Nero\Nero 7\Core\nero.exe

thank you very much for assistance.
 
D

Dave Patrick

You can use start command in a shell script something like;
start "" /low "C:\Program Files\Nero\Nero 7\Core\nero.exe"
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

:
| Let's say i want to launch an application in lowest possible priority
mode.
| Found this tip on jsifaq but having trouble applying it to my program
| http://www.jsifaq.com/SF/Tips/Tip.aspx?id=0364
|
| If we take Nero.exe as an example of an application to be ran in lowest
| priority mode what would the start string look like?
|
| C:\Program Files\Nero\Nero 7\Core\nero.exe
|
| thank you very much for assistance.
|
|
|
|
 

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